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: u64
type_: u64
name: *mut i8
num_classes: i32
use_: i32
inputclassinfo: *mut _XAnyClassinfo
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