Struct xcb::xinput::ButtonState
source · pub struct ButtonState { /* private fields */ }
Implementations§
source§impl ButtonState
impl ButtonState
sourcepub fn new(
class_id: InputClass,
len: u8,
num_buttons: u8,
buttons: &[u8; 32],
) -> ButtonState
pub fn new( class_id: InputClass, len: u8, num_buttons: u8, buttons: &[u8; 32], ) -> ButtonState
Construct a new ButtonState.
pub fn class_id(&self) -> InputClass
pub fn len(&self) -> u8
Trait Implementations§
source§impl Clone for ButtonState
impl Clone for ButtonState
source§fn clone(&self) -> ButtonState
fn clone(&self) -> ButtonState
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 ButtonState
impl Debug for ButtonState
impl Copy for ButtonState
Auto Trait Implementations§
impl Freeze for ButtonState
impl RefUnwindSafe for ButtonState
impl Send for ButtonState
impl Sync for ButtonState
impl Unpin for ButtonState
impl UnwindSafe for ButtonState
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
)