Struct raw_window_handle::unix::XlibHandle [−][src]
Expand description
Raw window handle for Xlib.
Construction
let handle = XlibHandle { /* fields */ ..XlibHandle::empty() };
Fields
window: c_ulongAn Xlib Window.
display: *mut c_voidA pointer to an Xlib Display.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.