Enum wayland_sys::server::wl_global
source · pub enum wl_global {}
Auto Trait Implementations§
impl Freeze for wl_global
impl RefUnwindSafe for wl_global
impl Send for wl_global
impl Sync for wl_global
impl Unpin for wl_global
impl UnwindSafe for wl_global
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