Struct xcb::SpecialEvent
source · pub struct SpecialEvent { /* private fields */ }
Expand description
A struct that serve as an identifier for internal special queue in XCB
Trait Implementations§
source§impl Debug for SpecialEvent
impl Debug for SpecialEvent
impl Send for SpecialEvent
impl Sync for SpecialEvent
Auto Trait Implementations§
impl Freeze for SpecialEvent
impl RefUnwindSafe for SpecialEvent
impl Unpin for SpecialEvent
impl UnwindSafe for SpecialEvent
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