Struct x11::xinput2::XIButtonState
source · [−]Fields
mask_len: c_int
mask: *mut c_uchar
Trait Implementations
sourceimpl Clone for XIButtonState
impl Clone for XIButtonState
sourceimpl Debug for XIButtonState
impl Debug for XIButtonState
sourceimpl Default for XIButtonState
impl Default for XIButtonState
impl Copy for XIButtonState
Auto Trait Implementations
impl RefUnwindSafe for XIButtonState
impl !Send for XIButtonState
impl !Sync for XIButtonState
impl Unpin for XIButtonState
impl UnwindSafe for XIButtonState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more