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