Struct xcb::xinput::DeviceButtonStateNotifyEvent
source · pub struct DeviceButtonStateNotifyEvent { /* private fields */ }
Expand description
The DeviceButtonStateNotifyEvent
event.
Implementations§
Trait Implementations§
source§impl BaseEvent for DeviceButtonStateNotifyEvent
impl BaseEvent for DeviceButtonStateNotifyEvent
source§impl Debug for DeviceButtonStateNotifyEvent
impl Debug for DeviceButtonStateNotifyEvent
source§impl Drop for DeviceButtonStateNotifyEvent
impl Drop for DeviceButtonStateNotifyEvent
impl Send for DeviceButtonStateNotifyEvent
impl Sync for DeviceButtonStateNotifyEvent
Auto Trait Implementations§
impl Freeze for DeviceButtonStateNotifyEvent
impl RefUnwindSafe for DeviceButtonStateNotifyEvent
impl Unpin for DeviceButtonStateNotifyEvent
impl UnwindSafe for DeviceButtonStateNotifyEvent
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