Struct x11rb::protocol::xinput::DeviceClass [−][src]
pub struct DeviceClass {
pub len: u16,
pub sourceid: DeviceId,
pub data: DeviceClassData,
}
Fields
len: u16
sourceid: DeviceId
data: DeviceClassData
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 DeviceClass
impl Send for DeviceClass
impl Sync for DeviceClass
impl Unpin for DeviceClass
impl UnwindSafe for DeviceClass
Blanket Implementations
Mutably borrows from an owned value. Read more