Struct gfx::pso::target::BlendRef [−][src]
pub struct BlendRef;
Blend reference component. Sets up the reference color for blending.
- init:
()
- data:
ColorValue
Trait Implementations
impl Clone for BlendRef
[src][+]
impl<R: Resources> DataBind<R> for BlendRef
[src][+]
impl<'a> DataLink<'a> for BlendRef
[src][+]
impl Debug for BlendRef
[src][+]
impl Eq for BlendRef
[src]
impl Hash for BlendRef
[src][+]
impl PartialEq<BlendRef> for BlendRef
[src][+]
impl StructuralEq for BlendRef
[src]
impl StructuralPartialEq for BlendRef
[src]
Auto Trait Implementations
impl RefUnwindSafe for BlendRef
impl Send for BlendRef
impl Sync for BlendRef
impl Unpin for BlendRef
impl UnwindSafe for BlendRef
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,