#[repr(C)]pub struct StdVideoH264PpsFlags {
pub bitfield1: u32,
}Expand description
struct StdVideoH264PpsFlags from vulkan_video_codec_h264std
Fields§
§bitfield1: u32Bitfield: transform_8x8_mode_flag: u32 in 1 bits Bitfield: redundant_pic_cnt_present_flag: u32 in 1 bits Bitfield: constrained_intra_pred_flag: u32 in 1 bits Bitfield: deblocking_filter_control_present_flag: u32 in 1 bits Bitfield: weighted_pred_flag: u32 in 1 bits Bitfield: bottom_field_pic_order_in_frame_present_flag: u32 in 1 bits Bitfield: entropy_coding_mode_flag: u32 in 1 bits Bitfield: pic_scaling_matrix_present_flag: u32 in 1 bits
Implementations§
Source§impl StdVideoH264PpsFlags
impl StdVideoH264PpsFlags
pub fn get_transform_8x8_mode_flag(&self) -> u32
pub fn set_transform_8x8_mode_flag(&mut self, value: u32)
pub fn get_redundant_pic_cnt_present_flag(&self) -> u32
pub fn set_redundant_pic_cnt_present_flag(&mut self, value: u32)
pub fn get_constrained_intra_pred_flag(&self) -> u32
pub fn set_constrained_intra_pred_flag(&mut self, value: u32)
pub fn get_deblocking_filter_control_present_flag(&self) -> u32
pub fn set_deblocking_filter_control_present_flag(&mut self, value: u32)
pub fn get_weighted_pred_flag(&self) -> u32
pub fn set_weighted_pred_flag(&mut self, value: u32)
pub fn get_bottom_field_pic_order_in_frame_present_flag(&self) -> u32
pub fn set_bottom_field_pic_order_in_frame_present_flag(&mut self, value: u32)
pub fn get_entropy_coding_mode_flag(&self) -> u32
pub fn set_entropy_coding_mode_flag(&mut self, value: u32)
pub fn get_pic_scaling_matrix_present_flag(&self) -> u32
pub fn set_pic_scaling_matrix_present_flag(&mut self, value: u32)
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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 UnsafeUnpin 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