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