Struct ash::vk::native::StdVideoH265HrdFlags
source · #[repr(C, align(4))]pub struct StdVideoH265HrdFlags {
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 StdVideoH265HrdFlags
impl StdVideoH265HrdFlags
pub fn nal_hrd_parameters_present_flag(&self) -> u32
pub fn set_nal_hrd_parameters_present_flag(&mut self, val: u32)
pub fn vcl_hrd_parameters_present_flag(&self) -> u32
pub fn set_vcl_hrd_parameters_present_flag(&mut self, val: u32)
pub fn sub_pic_hrd_params_present_flag(&self) -> u32
pub fn set_sub_pic_hrd_params_present_flag(&mut self, val: u32)
pub fn sub_pic_cpb_params_in_pic_timing_sei_flag(&self) -> u32
pub fn set_sub_pic_cpb_params_in_pic_timing_sei_flag(&mut self, val: u32)
pub fn fixed_pic_rate_general_flag(&self) -> u32
pub fn set_fixed_pic_rate_general_flag(&mut self, val: u32)
pub fn fixed_pic_rate_within_cvs_flag(&self) -> u32
pub fn set_fixed_pic_rate_within_cvs_flag(&mut self, val: u32)
pub fn low_delay_hrd_flag(&self) -> u32
pub fn set_low_delay_hrd_flag(&mut self, val: u32)
pub fn new_bitfield_1( nal_hrd_parameters_present_flag: u32, vcl_hrd_parameters_present_flag: u32, sub_pic_hrd_params_present_flag: u32, sub_pic_cpb_params_in_pic_timing_sei_flag: u32, fixed_pic_rate_general_flag: u32, fixed_pic_rate_within_cvs_flag: u32, low_delay_hrd_flag: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for StdVideoH265HrdFlags
impl Clone for StdVideoH265HrdFlags
source§fn clone(&self) -> StdVideoH265HrdFlags
fn clone(&self) -> StdVideoH265HrdFlags
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 StdVideoH265HrdFlags
impl Debug for StdVideoH265HrdFlags
impl Copy for StdVideoH265HrdFlags
Auto Trait Implementations§
impl Freeze for StdVideoH265HrdFlags
impl RefUnwindSafe for StdVideoH265HrdFlags
impl Send for StdVideoH265HrdFlags
impl Sync for StdVideoH265HrdFlags
impl Unpin for StdVideoH265HrdFlags
impl UnwindSafe for StdVideoH265HrdFlags
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