Enum wayland_sys::egl::wl_egl_window
source · pub enum wl_egl_window {}
Auto Trait Implementations§
impl Freeze for wl_egl_window
impl RefUnwindSafe for wl_egl_window
impl Send for wl_egl_window
impl Sync for wl_egl_window
impl Unpin for wl_egl_window
impl UnwindSafe for wl_egl_window
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more