Struct pilka_lib::ash::vk::native::StdVideoH265SequenceParameterSetVui[]

#[repr(C)]
pub struct StdVideoH265SequenceParameterSetVui {
Show 23 fields 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 hrd_parameters: *mut 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, pub flags: StdVideoH265SpsVuiFlags,
}

Fields

aspect_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: u32hrd_parameters: *mut 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: u8flags: StdVideoH265SpsVuiFlags

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.