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