Struct raw_window_handle::unix::WaylandHandle  [−][src]
pub struct WaylandHandle {
    pub surface: *mut c_void,
    pub display: *mut c_void,
    // some fields omitted
}Expand description
Raw window handle for Wayland.
Construction
let handle = WaylandHandle { /* fields */ ..WaylandHandle::empty() };
Fields
surface: *mut c_voidA pointer to a wl_surface.
display: *mut c_voidA pointer to a wl_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 !=.