Enum draw_state::state::BlendValue [−][src]
pub enum BlendValue { SourceColor, SourceAlpha, DestColor, DestAlpha, ConstColor, ConstAlpha, }
Variants
Trait Implementations
impl Clone for BlendValue
[src][+]
impl Copy for BlendValue
[src]
impl Debug for BlendValue
[src][+]
impl Eq for BlendValue
[src]
impl Hash for BlendValue
[src][+]
impl Ord for BlendValue
[src][+]
impl PartialEq<BlendValue> for BlendValue
[src][+]
impl PartialOrd<BlendValue> for BlendValue
[src][+]
impl StructuralEq for BlendValue
[src]
impl StructuralPartialEq for BlendValue
[src]
Auto Trait Implementations
impl RefUnwindSafe for BlendValue
impl Send for BlendValue
impl Sync for BlendValue
impl Unpin for BlendValue
impl UnwindSafe for BlendValue
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>,