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