Struct ash::vk::native::StdVideoH264ScalingLists
source · #[repr(C)]pub struct StdVideoH264ScalingLists {
pub scaling_list_present_mask: u8,
pub use_default_scaling_matrix_mask: u8,
pub ScalingList4x4: [[u8; 16]; 6],
pub ScalingList8x8: [[u8; 64]; 2],
}
Fields§
§scaling_list_present_mask: u8
§use_default_scaling_matrix_mask: u8
§ScalingList4x4: [[u8; 16]; 6]
§ScalingList8x8: [[u8; 64]; 2]
Trait Implementations§
source§impl Clone for StdVideoH264ScalingLists
impl Clone for StdVideoH264ScalingLists
source§fn clone(&self) -> StdVideoH264ScalingLists
fn clone(&self) -> StdVideoH264ScalingLists
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 more