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

Methods

impl WaylandEgl

Trait Implementations

impl Sync for WaylandEgl

Auto Trait Implementations

impl Send for WaylandEgl