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