Enum allegro::BlendOperation [] [src]

#[repr(u32)]
pub enum BlendOperation { Add, SrcMinusDest, DestMinusSrc, }

Variants

Trait Implementations

impl Copy for BlendOperation
[src]

impl Clone for BlendOperation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more