pub enum DecRefPicMarking {
Idr {
no_output_of_prior_pics_flag: bool,
long_term_reference_flag: bool,
},
SlidingWindow,
Adaptive(Vec<MemoryManagementControlOperation>),
}Expand description
Decoded reference picture marking
Variants§
Idr
SlidingWindow
adaptive_ref_pic_marking_mode_flag equal to 0
Adaptive(Vec<MemoryManagementControlOperation>)
adaptive_ref_pic_marking_mode_flag equal to 1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecRefPicMarking
impl RefUnwindSafe for DecRefPicMarking
impl Send for DecRefPicMarking
impl Sync for DecRefPicMarking
impl Unpin for DecRefPicMarking
impl UnwindSafe for DecRefPicMarking
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