Struct cros_codecs::decoders::h265::parser::PpsRangeExtension
source · pub struct PpsRangeExtension { /* private fields */ }
Implementations§
source§impl PpsRangeExtension
impl PpsRangeExtension
pub fn log2_max_transform_skip_block_size_minus2(&self) -> u32
pub fn cross_component_prediction_enabled_flag(&self) -> bool
pub fn chroma_qp_offset_list_enabled_flag(&self) -> bool
pub fn diff_cu_chroma_qp_offset_depth(&self) -> u32
pub fn chroma_qp_offset_list_len_minus1(&self) -> u32
pub fn cb_qp_offset_list(&self) -> [i32; 6]
pub fn cr_qp_offset_list(&self) -> [i32; 6]
pub fn log2_sao_offset_scale_luma(&self) -> u32
pub fn log2_sao_offset_scale_chroma(&self) -> u32
Trait Implementations§
source§impl Clone for PpsRangeExtension
impl Clone for PpsRangeExtension
source§fn clone(&self) -> PpsRangeExtension
fn clone(&self) -> PpsRangeExtension
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 PpsRangeExtension
impl Debug for PpsRangeExtension
source§impl Default for PpsRangeExtension
impl Default for PpsRangeExtension
source§fn default() -> PpsRangeExtension
fn default() -> PpsRangeExtension
Returns the “default value” for a type. Read more
source§impl PartialEq<PpsRangeExtension> for PpsRangeExtension
impl PartialEq<PpsRangeExtension> for PpsRangeExtension
source§fn eq(&self, other: &PpsRangeExtension) -> bool
fn eq(&self, other: &PpsRangeExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PpsRangeExtension
impl StructuralEq for PpsRangeExtension
impl StructuralPartialEq for PpsRangeExtension
Auto Trait Implementations§
impl RefUnwindSafe for PpsRangeExtension
impl Send for PpsRangeExtension
impl Sync for PpsRangeExtension
impl Unpin for PpsRangeExtension
impl UnwindSafe for PpsRangeExtension
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