Struct raw_window_handle::unix::XcbHandle [−][src]
pub struct XcbHandle {
pub window: u32,
pub connection: *mut c_void,
// some fields omitted
}Raw window handle for Xcb.
Construction
let handle = XcbHandle { /* fields */ ..XcbHandle::empty() };
Fields
window: u32An X11 xcb_window_t.
connection: *mut c_voidA pointer to an X server xcb_connection_t.
Implementations
Trait Implementations
impl Clone for XcbHandle[src]
impl Clone for XcbHandle[src]