Struct x11::xinput::XInputClass
source · [−]Fields
class: c_uchar
length: c_uchar
Trait Implementations
sourceimpl Clone for XInputClass
impl Clone for XInputClass
sourcefn clone(&self) -> XInputClass
fn clone(&self) -> XInputClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XInputClass
impl Debug for XInputClass
sourceimpl PartialEq<XInputClass> for XInputClass
impl PartialEq<XInputClass> for XInputClass
sourcefn eq(&self, other: &XInputClass) -> bool
fn eq(&self, other: &XInputClass) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XInputClass
impl StructuralPartialEq for XInputClass
Auto Trait Implementations
impl RefUnwindSafe for XInputClass
impl Send for XInputClass
impl Sync for XInputClass
impl Unpin for XInputClass
impl UnwindSafe for XInputClass
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