Struct gfx::device::state::Blend
[−]
[src]
pub struct Blend { pub color: BlendChannel, pub alpha: BlendChannel, pub value: [f32; 4], }
Fields
color | |
alpha | |
value |
pub struct Blend { pub color: BlendChannel, pub alpha: BlendChannel, pub value: [f32; 4], }
color | |
alpha | |
value |
impl Default for Blend
impl PartialEq<Blend> for Blend
impl Clone for Blend
fn clone(&self) -> Blend
fn clone_from(&mut self, source: &Self)
impl Debug for Blend
impl Copy for Blend
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
).
Search functions by type signature (e.g.
vec -> usize
)