Struct xcb::SpecialEventId
source ยท pub struct SpecialEventId { /* private fields */ }
๐Deprecated: Broken API: use
SpecialEvent
insteadExpand description
A struct that serve as an identifier for internal special queue in XCB
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for SpecialEventId
impl RefUnwindSafe for SpecialEventId
impl !Send for SpecialEventId
impl !Sync for SpecialEventId
impl Unpin for SpecialEventId
impl UnwindSafe for SpecialEventId
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