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