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 BlendChannelfn default() -> BlendChannelimpl Debug for BlendChannelimpl Clone for BlendChannelfn clone(&self) -> BlendChannelfn clone_from(&mut self, source: &Self)impl Copy for BlendChannelimpl Hash for BlendChannelfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialOrd for BlendChannelfn partial_cmp(&self, __arg_0: &BlendChannel) -> Option<Ordering>fn lt(&self, __arg_0: &BlendChannel) -> boolfn le(&self, __arg_0: &BlendChannel) -> boolfn gt(&self, __arg_0: &BlendChannel) -> boolfn ge(&self, __arg_0: &BlendChannel) -> boolimpl PartialEq for BlendChannelfn eq(&self, __arg_0: &BlendChannel) -> boolfn ne(&self, __arg_0: &BlendChannel) -> boolimpl Ord for BlendChannelfn cmp(&self, __arg_0: &BlendChannel) -> Orderingimpl 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).