pub struct Shm;
Expand description
The wl_shm global.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shm
impl RefUnwindSafe for Shm
impl Send for Shm
impl Sync for Shm
impl Unpin for Shm
impl UnwindSafe for Shm
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