Struct x11_dl::xinput::XDeviceState [−][src]
#[repr(C)]pub struct XDeviceState { pub device_id: XID, pub num_classes: c_int, pub data: *mut XInputClass, }
Fields
device_id: XID
num_classes: c_int
data: *mut XInputClass
Trait Implementations
impl Debug for XDeviceState[src]
impl Debug for XDeviceStatefn 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 XDeviceState[src]
impl Clone for XDeviceStatefn clone(&self) -> XDeviceState[src]
fn clone(&self) -> XDeviceStateReturns 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 XDeviceState[src]
impl Copy for XDeviceStateimpl PartialEq for XDeviceState[src]
impl PartialEq for XDeviceStatefn eq(&self, other: &XDeviceState) -> bool[src]
fn eq(&self, other: &XDeviceState) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XDeviceState) -> bool[src]
fn ne(&self, other: &XDeviceState) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XDeviceState
impl !Send for XDeviceStateimpl !Sync for XDeviceState
impl !Sync for XDeviceState