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

#[repr(C)]
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 Debug for XDeviceInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for XDeviceInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XDeviceInfo
[src]

impl PartialEq for XDeviceInfo
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl !Send for XDeviceInfo

impl !Sync for XDeviceInfo