#[repr(C, align(4))]pub struct StdVideoH264PpsFlags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u8; 3]
Implementations§
Source§impl StdVideoH264PpsFlags
impl StdVideoH264PpsFlags
pub fn transform_8x8_mode_flag(&self) -> u32
pub fn set_transform_8x8_mode_flag(&mut self, val: u32)
pub unsafe fn transform_8x8_mode_flag_raw(this: *const Self) -> u32
pub unsafe fn set_transform_8x8_mode_flag_raw(this: *mut Self, val: u32)
pub fn redundant_pic_cnt_present_flag(&self) -> u32
pub fn set_redundant_pic_cnt_present_flag(&mut self, val: u32)
pub unsafe fn redundant_pic_cnt_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_redundant_pic_cnt_present_flag_raw(this: *mut Self, val: u32)
pub fn constrained_intra_pred_flag(&self) -> u32
pub fn set_constrained_intra_pred_flag(&mut self, val: u32)
pub unsafe fn constrained_intra_pred_flag_raw(this: *const Self) -> u32
pub unsafe fn set_constrained_intra_pred_flag_raw(this: *mut Self, val: u32)
pub fn deblocking_filter_control_present_flag(&self) -> u32
pub fn set_deblocking_filter_control_present_flag(&mut self, val: u32)
pub unsafe fn deblocking_filter_control_present_flag_raw( this: *const Self, ) -> u32
pub unsafe fn set_deblocking_filter_control_present_flag_raw( this: *mut Self, val: u32, )
pub fn weighted_pred_flag(&self) -> u32
pub fn set_weighted_pred_flag(&mut self, val: u32)
pub unsafe fn weighted_pred_flag_raw(this: *const Self) -> u32
pub unsafe fn set_weighted_pred_flag_raw(this: *mut Self, val: u32)
pub fn bottom_field_pic_order_in_frame_present_flag(&self) -> u32
pub fn set_bottom_field_pic_order_in_frame_present_flag(&mut self, val: u32)
pub unsafe fn bottom_field_pic_order_in_frame_present_flag_raw( this: *const Self, ) -> u32
pub unsafe fn set_bottom_field_pic_order_in_frame_present_flag_raw( this: *mut Self, val: u32, )
pub fn entropy_coding_mode_flag(&self) -> u32
pub fn set_entropy_coding_mode_flag(&mut self, val: u32)
pub unsafe fn entropy_coding_mode_flag_raw(this: *const Self) -> u32
pub unsafe fn set_entropy_coding_mode_flag_raw(this: *mut Self, val: u32)
pub fn pic_scaling_matrix_present_flag(&self) -> u32
pub fn set_pic_scaling_matrix_present_flag(&mut self, val: u32)
pub unsafe fn pic_scaling_matrix_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_pic_scaling_matrix_present_flag_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( transform_8x8_mode_flag: u32, redundant_pic_cnt_present_flag: u32, constrained_intra_pred_flag: u32, deblocking_filter_control_present_flag: u32, weighted_pred_flag: u32, bottom_field_pic_order_in_frame_present_flag: u32, entropy_coding_mode_flag: u32, pic_scaling_matrix_present_flag: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for StdVideoH264PpsFlags
impl Clone for StdVideoH264PpsFlags
Source§fn clone(&self) -> StdVideoH264PpsFlags
fn clone(&self) -> StdVideoH264PpsFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StdVideoH264PpsFlags
impl Default for StdVideoH264PpsFlags
Source§fn default() -> StdVideoH264PpsFlags
fn default() -> StdVideoH264PpsFlags
Returns the “default value” for a type. Read more
impl Copy for StdVideoH264PpsFlags
Auto Trait Implementations§
impl Freeze for StdVideoH264PpsFlags
impl RefUnwindSafe for StdVideoH264PpsFlags
impl Send for StdVideoH264PpsFlags
impl Sync for StdVideoH264PpsFlags
impl Unpin for StdVideoH264PpsFlags
impl UnwindSafe for StdVideoH264PpsFlags
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