pub struct VmoId(/* private fields */);
Expand description
Wraps a vmo-id. Will panic if you forget to detach.
Implementations§
Source§impl VmoId
impl VmoId
Trait Implementations§
impl Eq for VmoId
Auto Trait Implementations§
impl !Freeze for VmoId
impl RefUnwindSafe for VmoId
impl Send for VmoId
impl Sync for VmoId
impl Unpin for VmoId
impl UnwindSafe for VmoId
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