pub struct SpsExtended {
pub chroma_format_idc: u64,
pub bit_depth_luma_minus8: u64,
pub bit_depth_chroma_minus8: u64,
}Expand description
Sequence parameter set extension. ISO/IEC-14496-10-2022 - 7.3.2
Fields§
§chroma_format_idc: u64§bit_depth_luma_minus8: u64§bit_depth_chroma_minus8: u64Implementations§
Trait Implementations§
Source§impl Clone for SpsExtended
impl Clone for SpsExtended
Source§fn clone(&self) -> SpsExtended
fn clone(&self) -> SpsExtended
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 SpsExtended
impl Debug for SpsExtended
Source§impl PartialEq for SpsExtended
impl PartialEq for SpsExtended
impl StructuralPartialEq for SpsExtended
Auto Trait Implementations§
impl Freeze for SpsExtended
impl RefUnwindSafe for SpsExtended
impl Send for SpsExtended
impl Sync for SpsExtended
impl Unpin for SpsExtended
impl UnwindSafe for SpsExtended
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