#[repr(C)]pub struct StdVideoH265SequenceParameterSetVui {Show 23 fields
pub flags: StdVideoH265SpsVuiFlags,
pub aspect_ratio_idc: u8,
pub sar_width: u16,
pub sar_height: u16,
pub video_format: u8,
pub colour_primaries: u8,
pub transfer_characteristics: u8,
pub matrix_coeffs: u8,
pub chroma_sample_loc_type_top_field: u8,
pub chroma_sample_loc_type_bottom_field: u8,
pub def_disp_win_left_offset: u16,
pub def_disp_win_right_offset: u16,
pub def_disp_win_top_offset: u16,
pub def_disp_win_bottom_offset: u16,
pub vui_num_units_in_tick: u32,
pub vui_time_scale: u32,
pub vui_num_ticks_poc_diff_one_minus1: u32,
pub pHrdParameters: *const StdVideoH265HrdParameters,
pub min_spatial_segmentation_idc: u16,
pub max_bytes_per_pic_denom: u8,
pub max_bits_per_min_cu_denom: u8,
pub log2_max_mv_length_horizontal: u8,
pub log2_max_mv_length_vertical: u8,
}Fields
flags: StdVideoH265SpsVuiFlagsaspect_ratio_idc: u8sar_width: u16sar_height: u16video_format: u8colour_primaries: u8transfer_characteristics: u8matrix_coeffs: u8chroma_sample_loc_type_top_field: u8chroma_sample_loc_type_bottom_field: u8def_disp_win_left_offset: u16def_disp_win_right_offset: u16def_disp_win_top_offset: u16def_disp_win_bottom_offset: u16vui_num_units_in_tick: u32vui_time_scale: u32vui_num_ticks_poc_diff_one_minus1: u32pHrdParameters: *const StdVideoH265HrdParametersmin_spatial_segmentation_idc: u16max_bytes_per_pic_denom: u8max_bits_per_min_cu_denom: u8log2_max_mv_length_horizontal: u8log2_max_mv_length_vertical: u8Trait Implementations
sourceimpl Clone for StdVideoH265SequenceParameterSetVui
impl Clone for StdVideoH265SequenceParameterSetVui
sourcefn clone(&self) -> StdVideoH265SequenceParameterSetVui
fn clone(&self) -> StdVideoH265SequenceParameterSetVui
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for StdVideoH265SequenceParameterSetVui
Auto Trait Implementations
impl RefUnwindSafe for StdVideoH265SequenceParameterSetVui
impl !Send for StdVideoH265SequenceParameterSetVui
impl !Sync for StdVideoH265SequenceParameterSetVui
impl Unpin for StdVideoH265SequenceParameterSetVui
impl UnwindSafe for StdVideoH265SequenceParameterSetVui
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more