Struct glutin::platform::unix::x11::ffi::XDeviceInfo [−][src]
#[repr(C)]pub struct XDeviceInfo {
pub id: u64,
pub type_: u64,
pub name: *mut i8,
pub num_classes: i32,
pub use_: i32,
pub inputclassinfo: *mut _XAnyClassinfo,
}Fields
id: u64type_: u64name: *mut i8num_classes: i32use_: i32inputclassinfo: *mut _XAnyClassinfoTrait 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
