pub struct Xlib_xcb {
pub XGetXCBConnection: unsafe extern "C" fn(_: *mut Display) -> *mut xcb_connection_t,
pub XSetEventQueueOwner: unsafe extern "C" fn(_: *mut Display, _: XEventQueueOwner),
/* private fields */
}
Fields§
§XGetXCBConnection: unsafe extern "C" fn(_: *mut Display) -> *mut xcb_connection_t
§XSetEventQueueOwner: unsafe extern "C" fn(_: *mut Display, _: XEventQueueOwner)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xlib_xcb
impl RefUnwindSafe for Xlib_xcb
impl Unpin for Xlib_xcb
impl UnwindSafe for Xlib_xcb
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