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