Struct sdl2_sys::wl_egl_window
source · #[repr(C)]pub struct wl_egl_window {
pub _address: u8,
}
Expand description
< Wayland EGL window (native window)
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for wl_egl_window
impl Clone for wl_egl_window
source§fn clone(&self) -> wl_egl_window
fn clone(&self) -> wl_egl_window
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for 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