Enum sdl2::render::BlendMode[src]

pub enum BlendMode {
    BlendNone,
    BlendBlend,
    BlendAdd,
    BlendMod,
}

Variants

BlendNone
BlendBlend
BlendAdd
BlendMod

Trait Implementations

Derived Implementations

impl FromPrimitive for BlendMode

fn from_i64(__arg_0: i64) -> Option<BlendMode>

fn from_u64(__arg_0: u64) -> Option<BlendMode>

impl Eq for BlendMode

fn eq(&self, __arg_0: &BlendMode) -> bool

fn ne(&self, __arg_0: &BlendMode) -> bool