Struct nc_renderer::common::Blend [−][src]
pub struct Blend {
pub src_factor_rgb: BlendFactor,
pub src_factor_alpha: BlendFactor,
pub dst_factor_rgb: BlendFactor,
pub dst_factor_alpha: BlendFactor,
}
Fields
src_factor_rgb: BlendFactor
src_factor_alpha: BlendFactor
dst_factor_rgb: BlendFactor
dst_factor_alpha: BlendFactor
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Blend
impl UnwindSafe for Blend
Blanket Implementations
Mutably borrows from an owned value. Read more