Struct cros_codecs::decoders::h264::decoder::CurrentPicInfo
source · [−]Fields
max_frame_num: i32
max_pic_num: i32
max_long_term_frame_idx: i32
Trait Implementations
sourceimpl Default for CurrentPicInfo
impl Default for CurrentPicInfo
sourcefn default() -> CurrentPicInfo
fn default() -> CurrentPicInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CurrentPicInfo
impl Send for CurrentPicInfo
impl Sync for CurrentPicInfo
impl Unpin for CurrentPicInfo
impl UnwindSafe for CurrentPicInfo
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