[−][src]Struct h264_reader::nal::pps::PicParameterSet
Fields
pic_parameter_set_id: ParamSetIdseq_parameter_set_id: ParamSetIdentropy_coding_mode_flag: boolbottom_field_pic_order_in_frame_present_flag: boolslice_groups: Option<SliceGroup>num_ref_idx_l0_default_active_minus1: u32num_ref_idx_l1_default_active_minus1: u32weighted_pred_flag: boolweighted_bipred_idc: u8pic_init_qp_minus26: i32pic_init_qs_minus26: i32chroma_qp_index_offset: i32deblocking_filter_control_present_flag: boolconstrained_intra_pred_flag: boolredundant_pic_cnt_present_flag: boolextension: Option<PicParameterSetExtra>Methods
impl PicParameterSet[src]
pub fn from_bytes<Ctx>(
ctx: &Context<Ctx>,
buf: &[u8]
) -> Result<PicParameterSet, PpsError>[src]
ctx: &Context<Ctx>,
buf: &[u8]
) -> Result<PicParameterSet, PpsError>
Trait Implementations
impl Clone for PicParameterSet[src]
fn clone(&self) -> PicParameterSet[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for PicParameterSet[src]
Auto Trait Implementations
impl RefUnwindSafe for PicParameterSet
impl Send for PicParameterSet
impl Sync for PicParameterSet
impl Unpin for PicParameterSet
impl UnwindSafe for PicParameterSet
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,