Struct x11::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
id: XID
type_: Atom
name: *mut c_char
num_classes: c_int
use_: c_int
inputclassinfo: XAnyClassPtr
Trait Implementations
impl Clone for XDeviceInfo
[src]
fn clone(&self) -> XDeviceInfo
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
impl Copy for XDeviceInfo
[src]
impl PartialEq for XDeviceInfo
[src]
fn eq(&self, __arg_0: &XDeviceInfo) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XDeviceInfo) -> bool
This method tests for !=
.