[−][src]Enum sdl2::render::BlendMode
pub enum BlendMode { None, Blend, Add, Mod, Invalid, }
Variants
Trait Implementations
impl Clone for BlendMode
[src][+]
impl Copy for BlendMode
[src]
impl Debug for BlendMode
[src][+]
impl Eq for BlendMode
[src]
impl Hash for BlendMode
[src][+]
impl PartialEq<BlendMode> for BlendMode
[src][+]
impl StructuralEq for BlendMode
[src]
impl StructuralPartialEq for BlendMode
[src]
impl TryFrom<u32> for BlendMode
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for BlendMode
impl Send for BlendMode
impl Sync for BlendMode
impl Unpin for BlendMode
impl UnwindSafe for BlendMode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,