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