#[repr(C)]pub struct h264_rplm {
pub ref_pic_list_modification_flag_l0: c_int,
pub pic_num_l0: [h264_rplm_item; 32],
pub ref_pic_list_modification_flag_l1: c_int,
pub pic_num_l1: [h264_rplm_item; 32],
}Expand description
7.3.3.1 Reference picture list modification syntax H.7.3.3.1.1 Reference picture list MVC modification syntax
Fields§
§ref_pic_list_modification_flag_l0: c_int§pic_num_l0: [h264_rplm_item; 32]§ref_pic_list_modification_flag_l1: c_int§pic_num_l1: [h264_rplm_item; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for h264_rplm
impl RefUnwindSafe for h264_rplm
impl Send for h264_rplm
impl Sync for h264_rplm
impl Unpin for h264_rplm
impl UnwindSafe for h264_rplm
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