Struct xcb::xinput::BellFeedbackState
source · pub struct BellFeedbackState { /* private fields */ }
Implementations§
source§impl BellFeedbackState
impl BellFeedbackState
sourcepub fn new(
class_id: FeedbackClass,
feedback_id: u8,
len: u16,
percent: u8,
pitch: u16,
duration: u16,
) -> BellFeedbackState
pub fn new( class_id: FeedbackClass, feedback_id: u8, len: u16, percent: u8, pitch: u16, duration: u16, ) -> BellFeedbackState
Construct a new BellFeedbackState.
pub fn class_id(&self) -> FeedbackClass
pub fn feedback_id(&self) -> u8
pub fn len(&self) -> u16
pub fn percent(&self) -> u8
pub fn pitch(&self) -> u16
pub fn duration(&self) -> u16
Trait Implementations§
source§impl Clone for BellFeedbackState
impl Clone for BellFeedbackState
source§fn clone(&self) -> BellFeedbackState
fn clone(&self) -> BellFeedbackState
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 BellFeedbackState
impl Debug for BellFeedbackState
impl Copy for BellFeedbackState
Auto Trait Implementations§
impl Freeze for BellFeedbackState
impl RefUnwindSafe for BellFeedbackState
impl Send for BellFeedbackState
impl Sync for BellFeedbackState
impl Unpin for BellFeedbackState
impl UnwindSafe for BellFeedbackState
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
)