#[repr(C)]pub struct XcbHandle {
pub window: u32,
pub connection: *mut c_void,
}Fields§
§window: u32An X11 xcb_window_t.
connection: *mut c_voidA pointer to an X server xcb_connection_t.
Trait Implementations§
Source§impl Ord for XcbHandle
impl Ord for XcbHandle
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for XcbHandle
impl PartialOrd for XcbHandle
impl Copy for XcbHandle
impl Eq for XcbHandle
impl StructuralPartialEq for XcbHandle
Auto Trait Implementations§
impl Freeze for XcbHandle
impl RefUnwindSafe for XcbHandle
impl !Send for XcbHandle
impl !Sync for XcbHandle
impl Unpin for XcbHandle
impl UnsafeUnpin for XcbHandle
impl UnwindSafe for XcbHandle
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