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