pub struct PrefixNalUnitRef {
pub store_ref_base_pic_flag: bool,
pub dec_ref_base_pic_marking: Option<DecRefBasePicMarking>,
pub additional_prefix_nal_unit_extension_flag: bool,
}Expand description
Reference base picture information within an SVC prefix NAL unit
(spec F.7.3.2.12.1, prefix_nal_unit_svc() when nal_ref_idc != 0).
Fields§
§store_ref_base_pic_flag: bool§dec_ref_base_pic_marking: Option<DecRefBasePicMarking>§additional_prefix_nal_unit_extension_flag: boolTrait Implementations§
Source§impl Clone for PrefixNalUnitRef
impl Clone for PrefixNalUnitRef
Source§fn clone(&self) -> PrefixNalUnitRef
fn clone(&self) -> PrefixNalUnitRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PrefixNalUnitRef
impl Debug for PrefixNalUnitRef
impl Eq for PrefixNalUnitRef
Source§impl PartialEq for PrefixNalUnitRef
impl PartialEq for PrefixNalUnitRef
impl StructuralPartialEq for PrefixNalUnitRef
Auto Trait Implementations§
impl Freeze for PrefixNalUnitRef
impl RefUnwindSafe for PrefixNalUnitRef
impl Send for PrefixNalUnitRef
impl Sync for PrefixNalUnitRef
impl Unpin for PrefixNalUnitRef
impl UnsafeUnpin for PrefixNalUnitRef
impl UnwindSafe for PrefixNalUnitRef
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