Struct x11_dl::xinput::XDeviceControl [−][src]
Fields
control: XID
length: c_int
Trait Implementations
impl Debug for XDeviceControl[src]
impl Debug for XDeviceControlfn 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 XDeviceControl[src]
impl Clone for XDeviceControlfn clone(&self) -> XDeviceControl[src]
fn clone(&self) -> XDeviceControlReturns 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 XDeviceControl[src]
impl Copy for XDeviceControlimpl PartialEq for XDeviceControl[src]
impl PartialEq for XDeviceControlfn eq(&self, other: &XDeviceControl) -> bool[src]
fn eq(&self, other: &XDeviceControl) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XDeviceControl) -> bool[src]
fn ne(&self, other: &XDeviceControl) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XDeviceControl
impl Send for XDeviceControlimpl Sync for XDeviceControl
impl Sync for XDeviceControl