Struct wayland_sys::egl::WaylandEgl []

pub struct WaylandEgl {
    pub wl_egl_window_create: Symbol<'static, unsafe  extern "C" fn(*mut wl_proxy, c_int, c_int) -> *mut wl_egl_window>,
    pub wl_egl_window_destroy: Symbol<'static, unsafe  extern "C" fn(*mut wl_egl_window)>,
    pub wl_egl_window_resize: Symbol<'static, unsafe  extern "C" fn(*mut wl_egl_window, c_int, c_int, c_int, c_int)>,
    pub wl_egl_window_get_attached_size: Symbol<'static, unsafe  extern "C" fn(*mut wl_egl_window, *mut c_int, *mut c_int)>,
    // some fields omitted
}

Fields

wl_egl_window_create
wl_egl_window_destroy
wl_egl_window_resize
wl_egl_window_get_attached_size

Methods

impl WaylandEgl

fn open(name: &str) -> Result<WaylandEgl, DlError>

Trait Implementations

impl Sync for WaylandEgl