Struct cros_codecs::decoders::h264::parser::RefPicMarkingInner
source · pub struct RefPicMarkingInner { /* private fields */ }
Implementations§
source§impl RefPicMarkingInner
impl RefPicMarkingInner
pub fn memory_management_control_operation(&self) -> u8
pub fn difference_of_pic_nums_minus1(&self) -> u32
pub fn long_term_pic_num(&self) -> u32
pub fn long_term_frame_idx(&self) -> u32
pub fn max_long_term_frame_idx_plus1(&self) -> i32
Trait Implementations§
source§impl Clone for RefPicMarkingInner
impl Clone for RefPicMarkingInner
source§fn clone(&self) -> RefPicMarkingInner
fn clone(&self) -> RefPicMarkingInner
Returns a copy 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 RefPicMarkingInner
impl Debug for RefPicMarkingInner
source§impl Default for RefPicMarkingInner
impl Default for RefPicMarkingInner
source§fn default() -> RefPicMarkingInner
fn default() -> RefPicMarkingInner
Returns the “default value” for a type. Read more
source§impl PartialEq<RefPicMarkingInner> for RefPicMarkingInner
impl PartialEq<RefPicMarkingInner> for RefPicMarkingInner
source§fn eq(&self, other: &RefPicMarkingInner) -> bool
fn eq(&self, other: &RefPicMarkingInner) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RefPicMarkingInner
impl StructuralEq for RefPicMarkingInner
impl StructuralPartialEq for RefPicMarkingInner
Auto Trait Implementations§
impl RefUnwindSafe for RefPicMarkingInner
impl Send for RefPicMarkingInner
impl Sync for RefPicMarkingInner
impl Unpin for RefPicMarkingInner
impl UnwindSafe for RefPicMarkingInner
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