pub struct DecRefBasePicMarking {
pub operations: Vec<DecRefBasePicMarkingOp>,
}Expand description
Decoded reference base picture marking syntax (spec G.7.3.3.5,
dec_ref_base_pic_marking).
Fields§
§operations: Vec<DecRefBasePicMarkingOp>Trait Implementations§
Source§impl Clone for DecRefBasePicMarking
impl Clone for DecRefBasePicMarking
Source§fn clone(&self) -> DecRefBasePicMarking
fn clone(&self) -> DecRefBasePicMarking
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 DecRefBasePicMarking
impl Debug for DecRefBasePicMarking
impl Eq for DecRefBasePicMarking
Source§impl PartialEq for DecRefBasePicMarking
impl PartialEq for DecRefBasePicMarking
impl StructuralPartialEq for DecRefBasePicMarking
Auto Trait Implementations§
impl Freeze for DecRefBasePicMarking
impl RefUnwindSafe for DecRefBasePicMarking
impl Send for DecRefBasePicMarking
impl Sync for DecRefBasePicMarking
impl Unpin for DecRefBasePicMarking
impl UnsafeUnpin for DecRefBasePicMarking
impl UnwindSafe for DecRefBasePicMarking
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