#[repr(C)]pub struct PipelineColorBlendAdvancedStateCreateInfoEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub src_premultiplied: Bool32,
    pub dst_premultiplied: Bool32,
    pub blend_overlap: BlendOverlapEXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§src_premultiplied: Bool32§dst_premultiplied: Bool32§blend_overlap: BlendOverlapEXTImplementations§
Trait Implementations§
source§impl Clone for PipelineColorBlendAdvancedStateCreateInfoEXT
 
impl Clone for PipelineColorBlendAdvancedStateCreateInfoEXT
source§fn clone(&self) -> PipelineColorBlendAdvancedStateCreateInfoEXT
 
fn clone(&self) -> PipelineColorBlendAdvancedStateCreateInfoEXT
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