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