#[repr(C)]pub struct macroblockLayer_t {
pub mbType: mbType_e,
pub codedBlockPattern: u32_,
pub mbQpDelta: i32_,
pub mbPred: mbPred_t,
pub subMbPred: subMbPred_t,
pub residual: residual_t,
}Fields§
§mbType: mbType_e§codedBlockPattern: u32_§mbQpDelta: i32_§mbPred: mbPred_t§subMbPred: subMbPred_t§residual: residual_tTrait Implementations§
Source§impl Clone for macroblockLayer_t
impl Clone for macroblockLayer_t
Source§fn clone(&self) -> macroblockLayer_t
fn clone(&self) -> macroblockLayer_t
Returns a duplicate of the value. Read more
1.0.0 · 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 macroblockLayer_t
impl Debug for macroblockLayer_t
impl Copy for macroblockLayer_t
Auto Trait Implementations§
impl Freeze for macroblockLayer_t
impl RefUnwindSafe for macroblockLayer_t
impl Send for macroblockLayer_t
impl Sync for macroblockLayer_t
impl Unpin for macroblockLayer_t
impl UnwindSafe for macroblockLayer_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