Enum amethyst_renderer::BlendValue [−]
pub enum BlendValue {
SourceColor,
SourceAlpha,
DestColor,
DestAlpha,
ConstColor,
ConstAlpha,
}Variants
SourceColorSourceAlphaDestColorDestAlphaConstColorConstAlpha
Trait Implementations
impl PartialOrd<BlendValue> for BlendValue
impl PartialOrd<BlendValue> for BlendValuefn partial_cmp(&self, other: &BlendValue) -> Option<Ordering>
fn partial_cmp(&self, other: &BlendValue) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0[src]
fn le(&self, other: &Rhs) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl PartialEq<BlendValue> for BlendValue
impl PartialEq<BlendValue> for BlendValuefn eq(&self, other: &BlendValue) -> bool
fn eq(&self, other: &BlendValue) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Clone for BlendValue
impl Clone for BlendValuefn clone(&self) -> BlendValue
fn clone(&self) -> BlendValueReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Ord for BlendValue
impl Ord for BlendValuefn cmp(&self, other: &BlendValue) -> Ordering
fn cmp(&self, other: &BlendValue) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Hash for BlendValue
impl Hash for BlendValuefn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Copy for BlendValue
impl Copy for BlendValueimpl Eq for BlendValue
impl Eq for BlendValueimpl<'de> Deserialize<'de> for BlendValue
impl<'de> Deserialize<'de> for BlendValuefn deserialize<__D>(
__deserializer: __D
) -> Result<BlendValue, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<BlendValue, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Debug for BlendValue
impl Debug for BlendValuefn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Serialize for BlendValue
impl Serialize for BlendValuefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl Send for BlendValue
impl Send for BlendValueimpl Sync for BlendValue
impl Sync for BlendValue