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