pub enum xcb_connection_t {}
Expand description
XCB connection
This type represents xcb_connection_t
in C. It is only ever referenced via a pointer.
Auto Trait Implementations§
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