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 moresource§impl Debug for StdVideoH265ScalingLists
impl Debug for StdVideoH265ScalingLists
impl Copy for StdVideoH265ScalingLists
Auto Trait Implementations§
impl Freeze for StdVideoH265ScalingLists
impl RefUnwindSafe for StdVideoH265ScalingLists
impl Send for StdVideoH265ScalingLists
impl Sync for StdVideoH265ScalingLists
impl Unpin for StdVideoH265ScalingLists
impl UnwindSafe for StdVideoH265ScalingLists
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