#[repr(C)]pub struct StdVideoH265VpsFlags {
pub bitfield1: u32,
}Expand description
struct StdVideoH265VpsFlags from vulkan_video_codec_h265std
Fields§
§bitfield1: u32Bitfield: vps_temporal_id_nesting_flag: u32 in 1 bits Bitfield: vps_sub_layer_ordering_info_present_flag: u32 in 1 bits Bitfield: vps_timing_info_present_flag: u32 in 1 bits Bitfield: vps_poc_proportional_to_timing_flag: u32 in 1 bits
Implementations§
Source§impl StdVideoH265VpsFlags
impl StdVideoH265VpsFlags
pub fn get_vps_temporal_id_nesting_flag(&self) -> u32
pub fn set_vps_temporal_id_nesting_flag(&mut self, value: u32)
pub fn get_vps_sub_layer_ordering_info_present_flag(&self) -> u32
pub fn set_vps_sub_layer_ordering_info_present_flag(&mut self, value: u32)
pub fn get_vps_timing_info_present_flag(&self) -> u32
pub fn set_vps_timing_info_present_flag(&mut self, value: u32)
pub fn get_vps_poc_proportional_to_timing_flag(&self) -> u32
pub fn set_vps_poc_proportional_to_timing_flag(&mut self, value: u32)
Trait Implementations§
Source§impl Clone for StdVideoH265VpsFlags
impl Clone for StdVideoH265VpsFlags
Source§fn clone(&self) -> StdVideoH265VpsFlags
fn clone(&self) -> StdVideoH265VpsFlags
Returns a duplicate 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