Struct cros_codecs::decoders::h264::decoder::PrevPicInfo
source · [−]Fields
frame_num: i32
frame_num_offset: i32
has_mmco_5: bool
Trait Implementations
sourceimpl Default for PrevPicInfo
impl Default for PrevPicInfo
sourcefn default() -> PrevPicInfo
fn default() -> PrevPicInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PrevPicInfo
impl Send for PrevPicInfo
impl Sync for PrevPicInfo
impl Unpin for PrevPicInfo
impl UnwindSafe for PrevPicInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more