enum MvDir {
None,
A,
B,
C,
}Expand description
MV 予測の方向ヒント(16x8/8x16 の特例)。
Variants§
Trait Implementations§
impl Copy for MvDir
impl StructuralPartialEq for MvDir
Auto Trait Implementations§
impl Freeze for MvDir
impl RefUnwindSafe for MvDir
impl Send for MvDir
impl Sync for MvDir
impl Unpin for MvDir
impl UnsafeUnpin for MvDir
impl UnwindSafe for MvDir
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