Struct ash::vk::native::StdVideoH265VpsFlags
source · #[repr(C, align(4))]pub struct StdVideoH265VpsFlags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u8; 3]
Implementations§
source§impl StdVideoH265VpsFlags
impl StdVideoH265VpsFlags
pub fn vps_temporal_id_nesting_flag(&self) -> u32
pub fn set_vps_temporal_id_nesting_flag(&mut self, val: u32)
pub fn vps_sub_layer_ordering_info_present_flag(&self) -> u32
pub fn set_vps_sub_layer_ordering_info_present_flag(&mut self, val: u32)
pub fn vps_timing_info_present_flag(&self) -> u32
pub fn set_vps_timing_info_present_flag(&mut self, val: u32)
pub fn vps_poc_proportional_to_timing_flag(&self) -> u32
pub fn set_vps_poc_proportional_to_timing_flag(&mut self, val: u32)
pub fn new_bitfield_1( vps_temporal_id_nesting_flag: u32, vps_sub_layer_ordering_info_present_flag: u32, vps_timing_info_present_flag: u32, vps_poc_proportional_to_timing_flag: u32 ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for StdVideoH265VpsFlags
impl Clone for StdVideoH265VpsFlags
source§fn clone(&self) -> StdVideoH265VpsFlags
fn clone(&self) -> StdVideoH265VpsFlags
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 StdVideoH265VpsFlags
impl Debug for StdVideoH265VpsFlags
impl Copy for StdVideoH265VpsFlags
Auto Trait Implementations§
impl Freeze for StdVideoH265VpsFlags
impl RefUnwindSafe for StdVideoH265VpsFlags
impl Send for StdVideoH265VpsFlags
impl Sync for StdVideoH265VpsFlags
impl Unpin for StdVideoH265VpsFlags
impl UnwindSafe for StdVideoH265VpsFlags
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