pub struct SubMbTypeInfo {
pub num_sub_parts: u8,
pub sub_part_width: u8,
pub sub_part_height: u8,
pub pred_mode: MbPartPredMode,
}Fields§
§num_sub_parts: u8§sub_part_width: u8§sub_part_height: u8§pred_mode: MbPartPredModeTrait Implementations§
Source§impl Clone for SubMbTypeInfo
impl Clone for SubMbTypeInfo
Source§fn clone(&self) -> SubMbTypeInfo
fn clone(&self) -> SubMbTypeInfo
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 moreSource§impl Debug for SubMbTypeInfo
impl Debug for SubMbTypeInfo
impl Eq for SubMbTypeInfo
Source§impl PartialEq for SubMbTypeInfo
impl PartialEq for SubMbTypeInfo
impl StructuralPartialEq for SubMbTypeInfo
Auto Trait Implementations§
impl Freeze for SubMbTypeInfo
impl RefUnwindSafe for SubMbTypeInfo
impl Send for SubMbTypeInfo
impl Sync for SubMbTypeInfo
impl Unpin for SubMbTypeInfo
impl UnsafeUnpin for SubMbTypeInfo
impl UnwindSafe for SubMbTypeInfo
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