Struct ash::vk::native::StdVideoH265PpsFlags
source · #[repr(C, align(4))]pub struct StdVideoH265PpsFlags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl StdVideoH265PpsFlags
impl StdVideoH265PpsFlags
pub fn dependent_slice_segments_enabled_flag(&self) -> u32
pub fn set_dependent_slice_segments_enabled_flag(&mut self, val: u32)
pub fn output_flag_present_flag(&self) -> u32
pub fn set_output_flag_present_flag(&mut self, val: u32)
pub fn sign_data_hiding_enabled_flag(&self) -> u32
pub fn set_sign_data_hiding_enabled_flag(&mut self, val: u32)
pub fn cabac_init_present_flag(&self) -> u32
pub fn set_cabac_init_present_flag(&mut self, val: u32)
pub fn constrained_intra_pred_flag(&self) -> u32
pub fn set_constrained_intra_pred_flag(&mut self, val: u32)
pub fn transform_skip_enabled_flag(&self) -> u32
pub fn set_transform_skip_enabled_flag(&mut self, val: u32)
pub fn cu_qp_delta_enabled_flag(&self) -> u32
pub fn set_cu_qp_delta_enabled_flag(&mut self, val: u32)
pub fn pps_slice_chroma_qp_offsets_present_flag(&self) -> u32
pub fn set_pps_slice_chroma_qp_offsets_present_flag(&mut self, val: u32)
pub fn weighted_pred_flag(&self) -> u32
pub fn set_weighted_pred_flag(&mut self, val: u32)
pub fn weighted_bipred_flag(&self) -> u32
pub fn set_weighted_bipred_flag(&mut self, val: u32)
pub fn transquant_bypass_enabled_flag(&self) -> u32
pub fn set_transquant_bypass_enabled_flag(&mut self, val: u32)
pub fn tiles_enabled_flag(&self) -> u32
pub fn set_tiles_enabled_flag(&mut self, val: u32)
pub fn entropy_coding_sync_enabled_flag(&self) -> u32
pub fn set_entropy_coding_sync_enabled_flag(&mut self, val: u32)
pub fn uniform_spacing_flag(&self) -> u32
pub fn set_uniform_spacing_flag(&mut self, val: u32)
pub fn loop_filter_across_tiles_enabled_flag(&self) -> u32
pub fn set_loop_filter_across_tiles_enabled_flag(&mut self, val: u32)
pub fn pps_loop_filter_across_slices_enabled_flag(&self) -> u32
pub fn set_pps_loop_filter_across_slices_enabled_flag(&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 fn deblocking_filter_override_enabled_flag(&self) -> u32
pub fn set_deblocking_filter_override_enabled_flag(&mut self, val: u32)
pub fn pps_deblocking_filter_disabled_flag(&self) -> u32
pub fn set_pps_deblocking_filter_disabled_flag(&mut self, val: u32)
pub fn pps_scaling_list_data_present_flag(&self) -> u32
pub fn set_pps_scaling_list_data_present_flag(&mut self, val: u32)
pub fn lists_modification_present_flag(&self) -> u32
pub fn set_lists_modification_present_flag(&mut self, val: u32)
pub fn slice_segment_header_extension_present_flag(&self) -> u32
pub fn set_slice_segment_header_extension_present_flag(&mut self, val: u32)
pub fn pps_extension_present_flag(&self) -> u32
pub fn set_pps_extension_present_flag(&mut self, val: u32)
pub fn cross_component_prediction_enabled_flag(&self) -> u32
pub fn set_cross_component_prediction_enabled_flag(&mut self, val: u32)
pub fn chroma_qp_offset_list_enabled_flag(&self) -> u32
pub fn set_chroma_qp_offset_list_enabled_flag(&mut self, val: u32)
pub fn pps_curr_pic_ref_enabled_flag(&self) -> u32
pub fn set_pps_curr_pic_ref_enabled_flag(&mut self, val: u32)
pub fn residual_adaptive_colour_transform_enabled_flag(&self) -> u32
pub fn set_residual_adaptive_colour_transform_enabled_flag(&mut self, val: u32)
pub fn pps_slice_act_qp_offsets_present_flag(&self) -> u32
pub fn set_pps_slice_act_qp_offsets_present_flag(&mut self, val: u32)
pub fn pps_palette_predictor_initializers_present_flag(&self) -> u32
pub fn set_pps_palette_predictor_initializers_present_flag(&mut self, val: u32)
pub fn monochrome_palette_flag(&self) -> u32
pub fn set_monochrome_palette_flag(&mut self, val: u32)
pub fn pps_range_extension_flag(&self) -> u32
pub fn set_pps_range_extension_flag(&mut self, val: u32)
pub fn new_bitfield_1( dependent_slice_segments_enabled_flag: u32, output_flag_present_flag: u32, sign_data_hiding_enabled_flag: u32, cabac_init_present_flag: u32, constrained_intra_pred_flag: u32, transform_skip_enabled_flag: u32, cu_qp_delta_enabled_flag: u32, pps_slice_chroma_qp_offsets_present_flag: u32, weighted_pred_flag: u32, weighted_bipred_flag: u32, transquant_bypass_enabled_flag: u32, tiles_enabled_flag: u32, entropy_coding_sync_enabled_flag: u32, uniform_spacing_flag: u32, loop_filter_across_tiles_enabled_flag: u32, pps_loop_filter_across_slices_enabled_flag: u32, deblocking_filter_control_present_flag: u32, deblocking_filter_override_enabled_flag: u32, pps_deblocking_filter_disabled_flag: u32, pps_scaling_list_data_present_flag: u32, lists_modification_present_flag: u32, slice_segment_header_extension_present_flag: u32, pps_extension_present_flag: u32, cross_component_prediction_enabled_flag: u32, chroma_qp_offset_list_enabled_flag: u32, pps_curr_pic_ref_enabled_flag: u32, residual_adaptive_colour_transform_enabled_flag: u32, pps_slice_act_qp_offsets_present_flag: u32, pps_palette_predictor_initializers_present_flag: u32, monochrome_palette_flag: u32, pps_range_extension_flag: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for StdVideoH265PpsFlags
impl Clone for StdVideoH265PpsFlags
source§fn clone(&self) -> StdVideoH265PpsFlags
fn clone(&self) -> StdVideoH265PpsFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StdVideoH265PpsFlags
impl Debug for StdVideoH265PpsFlags
impl Copy for StdVideoH265PpsFlags
Auto Trait Implementations§
impl Freeze for StdVideoH265PpsFlags
impl RefUnwindSafe for StdVideoH265PpsFlags
impl Send for StdVideoH265PpsFlags
impl Sync for StdVideoH265PpsFlags
impl Unpin for StdVideoH265PpsFlags
impl UnwindSafe for StdVideoH265PpsFlags
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