Enum xcb::EventQueueOwner
source · pub enum EventQueueOwner {
Xcb,
Xlib,
}
Expand description
Determines whether Xlib or XCB owns the event queue of Connection
.
This item is behind the xlib_xcb
cargo feature.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventQueueOwner
impl RefUnwindSafe for EventQueueOwner
impl Send for EventQueueOwner
impl Sync for EventQueueOwner
impl Unpin for EventQueueOwner
impl UnwindSafe for EventQueueOwner
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