Struct x11::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<XInputClass> for XInputClass
impl PartialEq<XInputClass> 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 ==
.