#[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 unsafe fn first_slice_segment_in_pic_flag_raw(this: *const Self) -> u32
pub unsafe fn set_first_slice_segment_in_pic_flag_raw(this: *mut Self, val: u32)
pub fn dependent_slice_segment_flag(&self) -> u32
pub fn set_dependent_slice_segment_flag(&mut self, val: u32)
pub unsafe fn dependent_slice_segment_flag_raw(this: *const Self) -> u32
pub unsafe fn set_dependent_slice_segment_flag_raw(this: *mut Self, val: u32)
pub fn slice_sao_luma_flag(&self) -> u32
pub fn set_slice_sao_luma_flag(&mut self, val: u32)
pub unsafe fn slice_sao_luma_flag_raw(this: *const Self) -> u32
pub unsafe fn set_slice_sao_luma_flag_raw(this: *mut Self, val: u32)
pub fn slice_sao_chroma_flag(&self) -> u32
pub fn set_slice_sao_chroma_flag(&mut self, val: u32)
pub unsafe fn slice_sao_chroma_flag_raw(this: *const Self) -> u32
pub unsafe fn set_slice_sao_chroma_flag_raw(this: *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 unsafe fn num_ref_idx_active_override_flag_raw(this: *const Self) -> u32
pub unsafe fn set_num_ref_idx_active_override_flag_raw( this: *mut Self, val: u32, )
pub fn mvd_l1_zero_flag(&self) -> u32
pub fn set_mvd_l1_zero_flag(&mut self, val: u32)
pub unsafe fn mvd_l1_zero_flag_raw(this: *const Self) -> u32
pub unsafe fn set_mvd_l1_zero_flag_raw(this: *mut Self, val: u32)
pub fn cabac_init_flag(&self) -> u32
pub fn set_cabac_init_flag(&mut self, val: u32)
pub unsafe fn cabac_init_flag_raw(this: *const Self) -> u32
pub unsafe fn set_cabac_init_flag_raw(this: *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 unsafe fn cu_chroma_qp_offset_enabled_flag_raw(this: *const Self) -> u32
pub unsafe fn set_cu_chroma_qp_offset_enabled_flag_raw( this: *mut Self, val: u32, )
pub fn deblocking_filter_override_flag(&self) -> u32
pub fn set_deblocking_filter_override_flag(&mut self, val: u32)
pub unsafe fn deblocking_filter_override_flag_raw(this: *const Self) -> u32
pub unsafe fn set_deblocking_filter_override_flag_raw(this: *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 unsafe fn slice_deblocking_filter_disabled_flag_raw( this: *const Self, ) -> u32
pub unsafe fn set_slice_deblocking_filter_disabled_flag_raw( this: *mut Self, val: u32, )
pub fn collocated_from_l0_flag(&self) -> u32
pub fn set_collocated_from_l0_flag(&mut self, val: u32)
pub unsafe fn collocated_from_l0_flag_raw(this: *const Self) -> u32
pub unsafe fn set_collocated_from_l0_flag_raw(this: *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 unsafe fn slice_loop_filter_across_slices_enabled_flag_raw( this: *const Self, ) -> u32
pub unsafe fn set_slice_loop_filter_across_slices_enabled_flag_raw( this: *mut Self, val: u32, )
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *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 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 StdVideoEncodeH265SliceSegmentHeaderFlags
impl Default for StdVideoEncodeH265SliceSegmentHeaderFlags
Source§fn default() -> StdVideoEncodeH265SliceSegmentHeaderFlags
fn default() -> StdVideoEncodeH265SliceSegmentHeaderFlags
Returns the “default value” for a type. Read more
impl 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