Struct x11rb::xcb_ffi::raw_ffi::xcb_connection_t
source · #[repr(C)]pub(crate) struct xcb_connection_t {
_unused: [u8; 0],
}
Fields§
§_unused: [u8; 0]
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