Struct glutin::platform::unix::x11::ffi::XDeviceState [−][src]
#[repr(C)]pub struct XDeviceState {
pub device_id: u64,
pub num_classes: i32,
pub data: *mut XInputClass,
}Fields
device_id: u64num_classes: i32data: *mut XInputClassTrait 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 XDeviceState
impl !Send for XDeviceState
impl !Sync for XDeviceState
impl Unpin for XDeviceState
impl UnwindSafe for XDeviceState
Blanket Implementations
Mutably borrows from an owned value. Read more
