pub struct wl_surface { /* private fields */ }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