pub struct Pps {
pub pic_parameter_set_id: u32,
pub seq_parameter_set_id: u32,
pub entropy_coding_mode_flag: u32,
pub bottom_field_pic_order_in_frame_present_flag: u32,
pub pic_init_qp: i32,
pub deblocking_filter_control_present_flag: u32,
pub constrained_intra_pred_flag: u32,
pub redundant_pic_cnt_present_flag: u32,
pub chroma_qp_index_offset: i32,
}Fields§
§pic_parameter_set_id: u32§seq_parameter_set_id: u32§entropy_coding_mode_flag: u32§bottom_field_pic_order_in_frame_present_flag: u32§pic_init_qp: i32§deblocking_filter_control_present_flag: u32§constrained_intra_pred_flag: u32§redundant_pic_cnt_present_flag: u32§chroma_qp_index_offset: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pps
impl RefUnwindSafe for Pps
impl Send for Pps
impl Sync for Pps
impl Unpin for Pps
impl UnsafeUnpin for Pps
impl UnwindSafe for Pps
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