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