Struct sdl2_sys::wl_surface
source · #[repr(C)]pub struct wl_surface {
pub _address: u8,
}
Expand description
< Wayland surface
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for wl_surface
impl Clone for wl_surface
source§fn clone(&self) -> wl_surface
fn clone(&self) -> wl_surface
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_surface
Auto Trait Implementations§
impl Freeze for wl_surface
impl RefUnwindSafe for wl_surface
impl Send for wl_surface
impl Sync for wl_surface
impl Unpin for wl_surface
impl UnwindSafe for wl_surface
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