Struct ash::vk::native::StdVideoEncodeH265SliceSegmentHeaderFlags
source · #[repr(C)]pub struct StdVideoEncodeH265SliceSegmentHeaderFlags {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl StdVideoEncodeH265SliceSegmentHeaderFlags
impl StdVideoEncodeH265SliceSegmentHeaderFlags
pub fn first_slice_segment_in_pic_flag(&self) -> u32
pub fn set_first_slice_segment_in_pic_flag(&mut self, val: u32)
pub fn dependent_slice_segment_flag(&self) -> u32
pub fn set_dependent_slice_segment_flag(&mut self, val: u32)
pub fn slice_sao_luma_flag(&self) -> u32
pub fn set_slice_sao_luma_flag(&mut self, val: u32)
pub fn slice_sao_chroma_flag(&self) -> u32
pub fn set_slice_sao_chroma_flag(&mut self, val: u32)
pub fn num_ref_idx_active_override_flag(&self) -> u32
pub fn set_num_ref_idx_active_override_flag(&mut self, val: u32)
pub fn mvd_l1_zero_flag(&self) -> u32
pub fn set_mvd_l1_zero_flag(&mut self, val: u32)
pub fn cabac_init_flag(&self) -> u32
pub fn set_cabac_init_flag(&mut self, val: u32)
pub fn cu_chroma_qp_offset_enabled_flag(&self) -> u32
pub fn set_cu_chroma_qp_offset_enabled_flag(&mut self, val: u32)
pub fn deblocking_filter_override_flag(&self) -> u32
pub fn set_deblocking_filter_override_flag(&mut self, val: u32)
pub fn slice_deblocking_filter_disabled_flag(&self) -> u32
pub fn set_slice_deblocking_filter_disabled_flag(&mut self, val: u32)
pub fn collocated_from_l0_flag(&self) -> u32
pub fn set_collocated_from_l0_flag(&mut self, val: u32)
pub fn slice_loop_filter_across_slices_enabled_flag(&self) -> u32
pub fn set_slice_loop_filter_across_slices_enabled_flag(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1( first_slice_segment_in_pic_flag: u32, dependent_slice_segment_flag: u32, slice_sao_luma_flag: u32, slice_sao_chroma_flag: u32, num_ref_idx_active_override_flag: u32, mvd_l1_zero_flag: u32, cabac_init_flag: u32, cu_chroma_qp_offset_enabled_flag: u32, deblocking_filter_override_flag: u32, slice_deblocking_filter_disabled_flag: u32, collocated_from_l0_flag: u32, slice_loop_filter_across_slices_enabled_flag: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for StdVideoEncodeH265SliceSegmentHeaderFlags
impl Clone for StdVideoEncodeH265SliceSegmentHeaderFlags
source§fn clone(&self) -> StdVideoEncodeH265SliceSegmentHeaderFlags
fn clone(&self) -> StdVideoEncodeH265SliceSegmentHeaderFlags
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 moreimpl Copy for StdVideoEncodeH265SliceSegmentHeaderFlags
Auto Trait Implementations§
impl Freeze for StdVideoEncodeH265SliceSegmentHeaderFlags
impl RefUnwindSafe for StdVideoEncodeH265SliceSegmentHeaderFlags
impl Send for StdVideoEncodeH265SliceSegmentHeaderFlags
impl Sync for StdVideoEncodeH265SliceSegmentHeaderFlags
impl Unpin for StdVideoEncodeH265SliceSegmentHeaderFlags
impl UnwindSafe for StdVideoEncodeH265SliceSegmentHeaderFlags
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