Enum wayland_sys::server::wl_resource
source · pub enum wl_resource {}
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more