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