Enum amethyst_renderer::Factor [−]
pub enum Factor {
Zero,
One,
SourceAlphaSaturated,
ZeroPlus(BlendValue),
OneMinus(BlendValue),
}Variants
ZeroOneSourceAlphaSaturatedZeroPlus(BlendValue)OneMinus(BlendValue)
Trait Implementations
impl PartialOrd<Factor> for Factor
impl PartialOrd<Factor> for Factorfn partial_cmp(&self, other: &Factor) -> Option<Ordering>
fn partial_cmp(&self, other: &Factor) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Factor) -> bool
fn lt(&self, other: &Factor) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Factor) -> bool
fn le(&self, other: &Factor) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Factor) -> bool
fn gt(&self, other: &Factor) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Factor) -> bool
fn ge(&self, other: &Factor) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl PartialEq<Factor> for Factor
impl PartialEq<Factor> for Factorfn eq(&self, other: &Factor) -> bool
fn eq(&self, other: &Factor) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Factor) -> bool
fn ne(&self, other: &Factor) -> boolThis method tests for !=.
impl Clone for Factor
impl Clone for Factorfn clone(&self) -> Factor
fn clone(&self) -> FactorReturns 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 Factor
impl Ord for Factorfn cmp(&self, other: &Factor) -> Ordering
fn cmp(&self, other: &Factor) -> 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 Factor
impl Hash for Factorfn 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 Factor
impl Copy for Factorimpl Eq for Factor
impl Eq for Factorimpl<'de> Deserialize<'de> for Factor
impl<'de> Deserialize<'de> for Factorfn deserialize<__D>(
__deserializer: __D
) -> Result<Factor, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Factor, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Debug for Factor
impl Debug for Factorfn 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 Factor
impl Serialize for Factorfn 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