Struct h264_reader::nal::pps::PicParameterSetExtra
source · pub struct PicParameterSetExtra {
pub transform_8x8_mode_flag: bool,
pub pic_scaling_matrix: Option<PicScalingMatrix>,
pub second_chroma_qp_index_offset: i32,
}
Fields§
§transform_8x8_mode_flag: bool
§pic_scaling_matrix: Option<PicScalingMatrix>
§second_chroma_qp_index_offset: i32
Trait Implementations§
source§impl Clone for PicParameterSetExtra
impl Clone for PicParameterSetExtra
source§fn clone(&self) -> PicParameterSetExtra
fn clone(&self) -> PicParameterSetExtra
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 moreAuto Trait Implementations§
impl Freeze for PicParameterSetExtra
impl RefUnwindSafe for PicParameterSetExtra
impl Send for PicParameterSetExtra
impl Sync for PicParameterSetExtra
impl Unpin for PicParameterSetExtra
impl UnwindSafe for PicParameterSetExtra
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