Struct draw_state::state::BlendChannel
[−]
[src]
pub struct BlendChannel { pub equation: Equation, pub source: Factor, pub destination: Factor, }
Fields
equation | |
source | |
destination |
pub struct BlendChannel { pub equation: Equation, pub source: Factor, pub destination: Factor, }
equation | |
source | |
destination |
impl Default for BlendChannel
fn default() -> BlendChannel
impl Debug for BlendChannel
impl Clone for BlendChannel
fn clone(&self) -> BlendChannel
fn clone_from(&mut self, source: &Self)
impl Copy for BlendChannel
impl Hash for BlendChannel
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialOrd for BlendChannel
fn partial_cmp(&self, __arg_0: &BlendChannel) -> Option<Ordering>
fn lt(&self, __arg_0: &BlendChannel) -> bool
fn le(&self, __arg_0: &BlendChannel) -> bool
fn gt(&self, __arg_0: &BlendChannel) -> bool
fn ge(&self, __arg_0: &BlendChannel) -> bool
impl PartialEq for BlendChannel
fn eq(&self, __arg_0: &BlendChannel) -> bool
fn ne(&self, __arg_0: &BlendChannel) -> bool
impl Ord for BlendChannel
fn cmp(&self, __arg_0: &BlendChannel) -> Ordering
impl Eq for BlendChannel
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
).