Struct cros_codecs::decoders::h265::parser::SpsRangeExtension
source · pub struct SpsRangeExtension { /* private fields */ }
Implementations§
source§impl SpsRangeExtension
impl SpsRangeExtension
pub fn transform_skip_rotation_enabled_flag(&self) -> bool
pub fn transform_skip_context_enabled_flag(&self) -> bool
pub fn implicit_rdpcm_enabled_flag(&self) -> bool
pub fn explicit_rdpcm_enabled_flag(&self) -> bool
pub fn extended_precision_processing_flag(&self) -> bool
pub fn intra_smoothing_disabled_flag(&self) -> bool
pub fn high_precision_offsets_enabled_flag(&self) -> bool
pub fn persistent_rice_adaptation_enabled_flag(&self) -> bool
pub fn cabac_bypass_alignment_enabled_flag(&self) -> bool
Trait Implementations§
source§impl Clone for SpsRangeExtension
impl Clone for SpsRangeExtension
source§fn clone(&self) -> SpsRangeExtension
fn clone(&self) -> SpsRangeExtension
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 SpsRangeExtension
impl Debug for SpsRangeExtension
source§impl Default for SpsRangeExtension
impl Default for SpsRangeExtension
source§fn default() -> SpsRangeExtension
fn default() -> SpsRangeExtension
Returns the “default value” for a type. Read more
source§impl PartialEq<SpsRangeExtension> for SpsRangeExtension
impl PartialEq<SpsRangeExtension> for SpsRangeExtension
source§fn eq(&self, other: &SpsRangeExtension) -> bool
fn eq(&self, other: &SpsRangeExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SpsRangeExtension
impl StructuralEq for SpsRangeExtension
impl StructuralPartialEq for SpsRangeExtension
Auto Trait Implementations§
impl RefUnwindSafe for SpsRangeExtension
impl Send for SpsRangeExtension
impl Sync for SpsRangeExtension
impl Unpin for SpsRangeExtension
impl UnwindSafe for SpsRangeExtension
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