Struct ash::vk::native::StdVideoEncodeH265WeightTableFlags
source · #[repr(C)]pub struct StdVideoEncodeH265WeightTableFlags {
pub luma_weight_l0_flag: u16,
pub chroma_weight_l0_flag: u16,
pub luma_weight_l1_flag: u16,
pub chroma_weight_l1_flag: u16,
}
Fields§
§luma_weight_l0_flag: u16
§chroma_weight_l0_flag: u16
§luma_weight_l1_flag: u16
§chroma_weight_l1_flag: u16
Trait Implementations§
source§impl Clone for StdVideoEncodeH265WeightTableFlags
impl Clone for StdVideoEncodeH265WeightTableFlags
source§fn clone(&self) -> StdVideoEncodeH265WeightTableFlags
fn clone(&self) -> StdVideoEncodeH265WeightTableFlags
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