Struct x11_dl::xinput::XDeviceInfo [] [src]

pub struct XDeviceInfo {
    pub id: XID,
    pub type_: Atom,
    pub name: *mut c_char,
    pub num_classes: c_int,
    pub use_: c_int,
    pub inputclassinfo: XAnyClassPtr,
}

Fields

Trait Implementations

impl Clone for XDeviceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XDeviceInfo
[src]

impl PartialEq for XDeviceInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.