Enum nanovg::BlendFactor[][src]

pub enum BlendFactor {
    Zero,
    One,
    SourceColor,
    OneMinusSourceColor,
    DestinationColor,
    OneMinusDestinationColor,
    SourceAlpha,
    OneMinusSourceAlpha,
    DestinationAlpha,
    OneMinusDestinationAlpha,
    SourceAlphaSaturate,
}

Variants

Trait Implementations

impl Copy for BlendFactor
[src]

impl Clone for BlendFactor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlendFactor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BlendFactor

impl Sync for BlendFactor