Struct cros_codecs::decoders::h265::parser::ShortTermRefPicSet
source · pub struct ShortTermRefPicSet { /* private fields */ }
Implementations§
source§impl ShortTermRefPicSet
impl ShortTermRefPicSet
pub fn inter_ref_pic_set_prediction_flag(&self) -> bool
pub fn delta_idx_minus1(&self) -> u8
pub fn delta_rps_sign(&self) -> bool
pub fn abs_delta_rps_minus1(&self) -> u16
pub fn num_negative_pics(&self) -> u8
pub fn num_positive_pics(&self) -> u8
pub fn used_by_curr_pic_s0(&self) -> [bool; 65]
pub fn used_by_curr_pic_s1(&self) -> [bool; 65]
pub fn delta_poc_s0(&self) -> [i32; 65]
pub fn delta_poc_s1(&self) -> [i32; 65]
pub fn num_delta_pocs(&self) -> u32
Trait Implementations§
source§impl Clone for ShortTermRefPicSet
impl Clone for ShortTermRefPicSet
source§fn clone(&self) -> ShortTermRefPicSet
fn clone(&self) -> ShortTermRefPicSet
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 ShortTermRefPicSet
impl Debug for ShortTermRefPicSet
source§impl Default for ShortTermRefPicSet
impl Default for ShortTermRefPicSet
source§impl PartialEq<ShortTermRefPicSet> for ShortTermRefPicSet
impl PartialEq<ShortTermRefPicSet> for ShortTermRefPicSet
source§fn eq(&self, other: &ShortTermRefPicSet) -> bool
fn eq(&self, other: &ShortTermRefPicSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ShortTermRefPicSet
impl StructuralEq for ShortTermRefPicSet
impl StructuralPartialEq for ShortTermRefPicSet
Auto Trait Implementations§
impl RefUnwindSafe for ShortTermRefPicSet
impl Send for ShortTermRefPicSet
impl Sync for ShortTermRefPicSet
impl Unpin for ShortTermRefPicSet
impl UnwindSafe for ShortTermRefPicSet
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