pub enum MbPartPredMode {
Intra4x4,
Intra8x8,
Intra16x16,
PredL0,
Direct,
}Variants§
Trait Implementations§
Source§impl Clone for MbPartPredMode
impl Clone for MbPartPredMode
Source§fn clone(&self) -> MbPartPredMode
fn clone(&self) -> MbPartPredMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MbPartPredMode
Source§impl Debug for MbPartPredMode
impl Debug for MbPartPredMode
impl Eq for MbPartPredMode
Source§impl PartialEq for MbPartPredMode
impl PartialEq for MbPartPredMode
impl StructuralPartialEq for MbPartPredMode
Auto Trait Implementations§
impl Freeze for MbPartPredMode
impl RefUnwindSafe for MbPartPredMode
impl Send for MbPartPredMode
impl Sync for MbPartPredMode
impl Unpin for MbPartPredMode
impl UnsafeUnpin for MbPartPredMode
impl UnwindSafe for MbPartPredMode
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