Struct VMRMode
#[repr(transparent)]pub struct VMRMode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for VMRMode
impl Eq for VMRMode
impl StructuralPartialEq for VMRMode
Auto Trait Implementations§
impl Freeze for VMRMode
impl RefUnwindSafe for VMRMode
impl Send for VMRMode
impl Sync for VMRMode
impl Unpin for VMRMode
impl UnwindSafe for VMRMode
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