pub enum RefPicListModifications {
I,
P {
ref_pic_list_modification_l0: Vec<ModificationOfPicNums>,
},
B {
ref_pic_list_modification_l0: Vec<ModificationOfPicNums>,
ref_pic_list_modification_l1: Vec<ModificationOfPicNums>,
},
}Variants§
I
P
Fields
§
ref_pic_list_modification_l0: Vec<ModificationOfPicNums>B
Fields
§
ref_pic_list_modification_l0: Vec<ModificationOfPicNums>§
ref_pic_list_modification_l1: Vec<ModificationOfPicNums>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefPicListModifications
impl RefUnwindSafe for RefPicListModifications
impl Send for RefPicListModifications
impl Sync for RefPicListModifications
impl Unpin for RefPicListModifications
impl UnwindSafe for RefPicListModifications
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