[][src]Struct gfx::pso::target::BlendRef

pub struct BlendRef;

Blend reference component. Sets up the reference color for blending.

Trait Implementations

impl Clone for BlendRef[src]

impl<R: Resources> DataBind<R> for BlendRef[src]

type Data = ColorValue

The associated "data" type - a member of the PSO "data" struct.

impl<'a> DataLink<'a> for BlendRef[src]

type Init = ()

The assotiated "init" type - a member of the PSO "init" struct.

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.