Enum draw_state::state::Factor
[−]
[src]
pub enum Factor { Zero, One, SourceAlphaSaturated, ZeroPlus(BlendValue), OneMinus(BlendValue), }
Variants
Zero | |
One | |
SourceAlphaSaturated | |
ZeroPlus | |
OneMinus |
pub enum Factor { Zero, One, SourceAlphaSaturated, ZeroPlus(BlendValue), OneMinus(BlendValue), }
Zero | |
One | |
SourceAlphaSaturated | |
ZeroPlus | |
OneMinus |
impl Debug for Factor
impl Clone for Factor
fn clone(&self) -> Factor
fn clone_from(&mut self, source: &Self)
impl Copy for Factor
impl Hash for Factor
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialOrd for Factor
fn partial_cmp(&self, __arg_0: &Factor) -> Option<Ordering>
fn lt(&self, __arg_0: &Factor) -> bool
fn le(&self, __arg_0: &Factor) -> bool
fn gt(&self, __arg_0: &Factor) -> bool
fn ge(&self, __arg_0: &Factor) -> bool
impl PartialEq for Factor
impl Ord for Factor
impl Eq for Factor
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).