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