#[repr(C)]pub struct h264_drpm {
pub no_output_of_prior_pics_flag: c_int,
pub long_term_reference_flag: c_int,
pub adaptive_ref_pic_marking_mode_flag: c_int,
pub mm: [h264_drpm_item; 64],
}Expand description
7.3.3.3 Decoded reference picture marking syntax
Fields§
§no_output_of_prior_pics_flag: c_int§long_term_reference_flag: c_int§adaptive_ref_pic_marking_mode_flag: c_int§mm: [h264_drpm_item; 64]Trait Implementations§
Auto Trait Implementations§
impl Freeze for h264_drpm
impl RefUnwindSafe for h264_drpm
impl Send for h264_drpm
impl Sync for h264_drpm
impl Unpin for h264_drpm
impl UnwindSafe for h264_drpm
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