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
id: XID
type_: Atom
name: *mut c_char
num_classes: c_int
use_: c_int
inputclassinfo: XAnyClassPtr
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XDeviceInfo
impl !Send for XDeviceInfo
impl !Sync for XDeviceInfo
impl Unpin for XDeviceInfo
impl UnwindSafe for XDeviceInfo
Blanket Implementations
Mutably borrows from an owned value. Read more