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
Available on crate features
xinput or present only.impl Sync for SpecialEvent
Available on crate features
xinput or present only.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