Struct xcb::xinput::BellFeedbackCtl
source · pub struct BellFeedbackCtl { /* private fields */ }
Implementations§
source§impl BellFeedbackCtl
impl BellFeedbackCtl
sourcepub fn new(
class_id: FeedbackClass,
feedback_id: u8,
len: u16,
percent: i8,
pitch: i16,
duration: i16,
) -> BellFeedbackCtl
pub fn new( class_id: FeedbackClass, feedback_id: u8, len: u16, percent: i8, pitch: i16, duration: i16, ) -> BellFeedbackCtl
Construct a new BellFeedbackCtl.
pub fn class_id(&self) -> FeedbackClass
pub fn feedback_id(&self) -> u8
pub fn len(&self) -> u16
pub fn percent(&self) -> i8
pub fn pitch(&self) -> i16
pub fn duration(&self) -> i16
Trait Implementations§
source§impl Clone for BellFeedbackCtl
impl Clone for BellFeedbackCtl
source§fn clone(&self) -> BellFeedbackCtl
fn clone(&self) -> BellFeedbackCtl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BellFeedbackCtl
impl Debug for BellFeedbackCtl
impl Copy for BellFeedbackCtl
Auto Trait Implementations§
impl Freeze for BellFeedbackCtl
impl RefUnwindSafe for BellFeedbackCtl
impl Send for BellFeedbackCtl
impl Sync for BellFeedbackCtl
impl Unpin for BellFeedbackCtl
impl UnwindSafe for BellFeedbackCtl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)