Struct ash::vk::native::StdVideoH265PredictorPaletteEntries
source · #[repr(C)]pub struct StdVideoH265PredictorPaletteEntries {
pub PredictorPaletteEntries: [[u16; 128]; 3],
}
Fields§
§PredictorPaletteEntries: [[u16; 128]; 3]
Trait Implementations§
source§impl Clone for StdVideoH265PredictorPaletteEntries
impl Clone for StdVideoH265PredictorPaletteEntries
source§fn clone(&self) -> StdVideoH265PredictorPaletteEntries
fn clone(&self) -> StdVideoH265PredictorPaletteEntries
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