Enum xcb::ffi::xcb_connection_t
source · pub enum xcb_connection_t {}
Expand description
XCB Connection structure.
A structure that contain all data that XCB needs to communicate with an X server.
Auto Trait Implementations§
impl Freeze for xcb_connection_t
impl RefUnwindSafe for xcb_connection_t
impl Send for xcb_connection_t
impl Sync for xcb_connection_t
impl Unpin for xcb_connection_t
impl UnwindSafe for xcb_connection_t
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