#[repr(C)]pub struct mbPred_t {
pub prevIntra4x4PredModeFlag: [u32_; 16],
pub remIntra4x4PredMode: [u32_; 16],
pub intraChromaPredMode: u32_,
pub refIdxL0: [u32_; 4],
pub mvdL0: [mv_t; 4],
}Fields§
§prevIntra4x4PredModeFlag: [u32_; 16]§remIntra4x4PredMode: [u32_; 16]§intraChromaPredMode: u32_§refIdxL0: [u32_; 4]§mvdL0: [mv_t; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for mbPred_t
impl RefUnwindSafe for mbPred_t
impl Send for mbPred_t
impl Sync for mbPred_t
impl Unpin for mbPred_t
impl UnwindSafe for mbPred_t
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