Struct x11_dl::xinput::XInputClass
source · #[repr(C)]pub struct XInputClass {
pub class: c_uchar,
pub length: c_uchar,
}
Fields§
§class: c_uchar
§length: c_uchar
Trait Implementations§
source§impl Clone for XInputClass
impl Clone for XInputClass
source§fn clone(&self) -> XInputClass
fn clone(&self) -> XInputClass
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 XInputClass
impl Debug for XInputClass
source§impl PartialEq for XInputClass
impl PartialEq for XInputClass
source§fn 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 ==
.impl Copy for XInputClass
impl StructuralPartialEq for XInputClass
Auto Trait Implementations§
impl Freeze for XInputClass
impl RefUnwindSafe for XInputClass
impl Send for XInputClass
impl Sync for XInputClass
impl Unpin for XInputClass
impl UnwindSafe for XInputClass
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