Struct x11_dl::xinput::XDeviceState
[−]
[src]
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 PartialEq for XDeviceState[src]
fn eq(&self, __arg_0: &XDeviceState) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XDeviceState) -> bool
This method tests for !=.
impl Copy for XDeviceState[src]
impl Clone for XDeviceState[src]
fn clone(&self) -> XDeviceState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more