Struct x11_dl::xinput::XInputClass [−][src]
Fields
class: c_uchar
length: c_uchar
Trait Implementations
impl Debug for XInputClass[src]
impl Debug for XInputClassfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XInputClass[src]
impl Clone for XInputClassfn clone(&self) -> XInputClass[src]
fn clone(&self) -> XInputClassReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XInputClass[src]
impl Copy for XInputClassimpl PartialEq for XInputClass[src]
impl PartialEq for XInputClassfn eq(&self, other: &XInputClass) -> bool[src]
fn eq(&self, other: &XInputClass) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XInputClass) -> bool[src]
fn ne(&self, other: &XInputClass) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XInputClass
impl Send for XInputClassimpl Sync for XInputClass
impl Sync for XInputClass