[−][src]Struct wayland_sys::egl::WaylandEgl
Fields
wl_egl_window_create: Symbol<'static, unsafe extern "C" fn(_: *mut wl_proxy, _: c_int, _: c_int) -> *mut wl_egl_window>
wl_egl_window_destroy: Symbol<'static, unsafe extern "C" fn(_: *mut wl_egl_window)>
wl_egl_window_resize: Symbol<'static, unsafe extern "C" fn(_: *mut wl_egl_window, _: c_int, _: c_int, _: c_int, _: c_int)>
wl_egl_window_get_attached_size: Symbol<'static, unsafe extern "C" fn(_: *mut wl_egl_window, _: *mut c_int, _: *mut c_int)>
Implementations
impl WaylandEgl
[src]
Trait Implementations
impl Sync for WaylandEgl
[src]
Auto Trait Implementations
impl RefUnwindSafe for WaylandEgl
impl Send for WaylandEgl
impl Unpin for WaylandEgl
impl UnwindSafe for WaylandEgl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,