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