#[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: u16Implementations§
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 unsafe fn aspect_ratio_info_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_aspect_ratio_info_present_flag_raw(this: *mut Self, val: u32)
pub fn overscan_info_present_flag(&self) -> u32
pub fn set_overscan_info_present_flag(&mut self, val: u32)
pub unsafe fn overscan_info_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_overscan_info_present_flag_raw(this: *mut Self, val: u32)
pub fn overscan_appropriate_flag(&self) -> u32
pub fn set_overscan_appropriate_flag(&mut self, val: u32)
pub unsafe fn overscan_appropriate_flag_raw(this: *const Self) -> u32
pub unsafe fn set_overscan_appropriate_flag_raw(this: *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 unsafe fn video_signal_type_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_video_signal_type_present_flag_raw(this: *mut Self, val: u32)
pub fn video_full_range_flag(&self) -> u32
pub fn set_video_full_range_flag(&mut self, val: u32)
pub unsafe fn video_full_range_flag_raw(this: *const Self) -> u32
pub unsafe fn set_video_full_range_flag_raw(this: *mut Self, val: u32)
pub fn color_description_present_flag(&self) -> u32
pub fn set_color_description_present_flag(&mut self, val: u32)
pub unsafe fn color_description_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_color_description_present_flag_raw(this: *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 unsafe fn chroma_loc_info_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_chroma_loc_info_present_flag_raw(this: *mut Self, val: u32)
pub fn timing_info_present_flag(&self) -> u32
pub fn set_timing_info_present_flag(&mut self, val: u32)
pub unsafe fn timing_info_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_timing_info_present_flag_raw(this: *mut Self, val: u32)
pub fn fixed_frame_rate_flag(&self) -> u32
pub fn set_fixed_frame_rate_flag(&mut self, val: u32)
pub unsafe fn fixed_frame_rate_flag_raw(this: *const Self) -> u32
pub unsafe fn set_fixed_frame_rate_flag_raw(this: *mut Self, val: u32)
pub fn bitstream_restriction_flag(&self) -> u32
pub fn set_bitstream_restriction_flag(&mut self, val: u32)
pub unsafe fn bitstream_restriction_flag_raw(this: *const Self) -> u32
pub unsafe fn set_bitstream_restriction_flag_raw(this: *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 unsafe fn nal_hrd_parameters_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_nal_hrd_parameters_present_flag_raw(this: *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 unsafe fn vcl_hrd_parameters_present_flag_raw(this: *const Self) -> u32
pub unsafe fn set_vcl_hrd_parameters_present_flag_raw(this: *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 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 Default for StdVideoH264SpsVuiFlags
impl Default for StdVideoH264SpsVuiFlags
Source§fn default() -> StdVideoH264SpsVuiFlags
fn default() -> StdVideoH264SpsVuiFlags
Returns the “default value” for a type. Read more
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