pub struct VMHandle(/* private fields */);
Expand description
A transparent wrapper for VMHandle
(equivalent to std::uint64_t
in C++).
Implementations§
Trait Implementations§
impl Copy for VMHandle
impl Eq for VMHandle
impl StructuralPartialEq for VMHandle
Auto Trait Implementations§
impl Freeze for VMHandle
impl RefUnwindSafe for VMHandle
impl Send for VMHandle
impl Sync for VMHandle
impl Unpin for VMHandle
impl UnwindSafe for VMHandle
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