pub struct VmObject {
vm: usize,
}
Expand description
Implementation of vm_object
structure.
Fields§
§vm: usize
Implementations§
Auto Trait Implementations§
impl Freeze for VmObject
impl RefUnwindSafe for VmObject
impl Send for VmObject
impl Sync for VmObject
impl Unpin for VmObject
impl UnwindSafe for VmObject
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