Struct xcb::xinput::DeviceKeyStateNotifyEvent
source · pub struct DeviceKeyStateNotifyEvent { /* private fields */ }
Expand description
The DeviceKeyStateNotifyEvent
event.
Implementations§
Trait Implementations§
source§impl BaseEvent for DeviceKeyStateNotifyEvent
impl BaseEvent for DeviceKeyStateNotifyEvent
source§impl Debug for DeviceKeyStateNotifyEvent
impl Debug for DeviceKeyStateNotifyEvent
source§impl Drop for DeviceKeyStateNotifyEvent
impl Drop for DeviceKeyStateNotifyEvent
impl Send for DeviceKeyStateNotifyEvent
impl Sync for DeviceKeyStateNotifyEvent
Auto Trait Implementations§
impl Freeze for DeviceKeyStateNotifyEvent
impl RefUnwindSafe for DeviceKeyStateNotifyEvent
impl Unpin for DeviceKeyStateNotifyEvent
impl UnwindSafe for DeviceKeyStateNotifyEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more