Struct h264_reader::nal::sps::HrdParameters
source · pub struct HrdParameters {
pub bit_rate_scale: u8,
pub cpb_size_scale: u8,
pub cpb_specs: Vec<CpbSpec>,
pub initial_cpb_removal_delay_length_minus1: u8,
pub cpb_removal_delay_length_minus1: u8,
pub dpb_output_delay_length_minus1: u8,
pub time_offset_length: u8,
}Fields§
§bit_rate_scale: u8§cpb_size_scale: u8§cpb_specs: Vec<CpbSpec>§initial_cpb_removal_delay_length_minus1: u8§cpb_removal_delay_length_minus1: u8§dpb_output_delay_length_minus1: u8§time_offset_length: u8Trait Implementations§
source§impl Clone for HrdParameters
impl Clone for HrdParameters
source§fn clone(&self) -> HrdParameters
fn clone(&self) -> HrdParameters
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 HrdParameters
impl Debug for HrdParameters
source§impl Default for HrdParameters
impl Default for HrdParameters
source§fn default() -> HrdParameters
fn default() -> HrdParameters
Returns the “default value” for a type. Read more
source§impl PartialEq for HrdParameters
impl PartialEq for HrdParameters
source§fn eq(&self, other: &HrdParameters) -> bool
fn eq(&self, other: &HrdParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for HrdParameters
impl StructuralPartialEq for HrdParameters
Auto Trait Implementations§
impl Freeze for HrdParameters
impl RefUnwindSafe for HrdParameters
impl Send for HrdParameters
impl Sync for HrdParameters
impl Unpin for HrdParameters
impl UnwindSafe for HrdParameters
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