Struct ash::vk::native::StdVideoH264SpsVuiFlags
source · #[repr(C, align(4))]pub struct StdVideoH264SpsVuiFlags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub __bindgen_padding_0: u16,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
§__bindgen_padding_0: u16
Implementations§
source§impl StdVideoH264SpsVuiFlags
impl StdVideoH264SpsVuiFlags
pub fn aspect_ratio_info_present_flag(&self) -> u32
pub fn set_aspect_ratio_info_present_flag(&mut self, val: u32)
pub fn overscan_info_present_flag(&self) -> u32
pub fn set_overscan_info_present_flag(&mut self, val: u32)
pub fn overscan_appropriate_flag(&self) -> u32
pub fn set_overscan_appropriate_flag(&mut self, val: u32)
pub fn video_signal_type_present_flag(&self) -> u32
pub fn set_video_signal_type_present_flag(&mut self, val: u32)
pub fn video_full_range_flag(&self) -> u32
pub fn set_video_full_range_flag(&mut self, val: u32)
pub fn color_description_present_flag(&self) -> u32
pub fn set_color_description_present_flag(&mut self, val: u32)
pub fn chroma_loc_info_present_flag(&self) -> u32
pub fn set_chroma_loc_info_present_flag(&mut self, val: u32)
pub fn timing_info_present_flag(&self) -> u32
pub fn set_timing_info_present_flag(&mut self, val: u32)
pub fn fixed_frame_rate_flag(&self) -> u32
pub fn set_fixed_frame_rate_flag(&mut self, val: u32)
pub fn bitstream_restriction_flag(&self) -> u32
pub fn set_bitstream_restriction_flag(&mut self, val: u32)
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 new_bitfield_1( aspect_ratio_info_present_flag: u32, overscan_info_present_flag: u32, overscan_appropriate_flag: u32, video_signal_type_present_flag: u32, video_full_range_flag: u32, color_description_present_flag: u32, chroma_loc_info_present_flag: u32, timing_info_present_flag: u32, fixed_frame_rate_flag: u32, bitstream_restriction_flag: u32, nal_hrd_parameters_present_flag: u32, vcl_hrd_parameters_present_flag: u32 ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
source§impl Clone for StdVideoH264SpsVuiFlags
impl Clone for StdVideoH264SpsVuiFlags
source§fn clone(&self) -> StdVideoH264SpsVuiFlags
fn clone(&self) -> StdVideoH264SpsVuiFlags
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 StdVideoH264SpsVuiFlags
impl Debug for StdVideoH264SpsVuiFlags
impl Copy for StdVideoH264SpsVuiFlags
Auto Trait Implementations§
impl Freeze for StdVideoH264SpsVuiFlags
impl RefUnwindSafe for StdVideoH264SpsVuiFlags
impl Send for StdVideoH264SpsVuiFlags
impl Sync for StdVideoH264SpsVuiFlags
impl Unpin for StdVideoH264SpsVuiFlags
impl UnwindSafe for StdVideoH264SpsVuiFlags
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