Struct gfx_core::pso::ConstantBufferParam [] [src]

pub struct ConstantBufferParam<R: Resources>(pub R::Buffer, pub Usage, pub ConstantBufferSlot);

A constant buffer run-time parameter for PSO.

Trait Implementations

impl<R: Clone + Resources> Clone for ConstantBufferParam<R> where
    R::Buffer: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Copy + Resources> Copy for ConstantBufferParam<R> where
    R::Buffer: Copy
[src]

impl<R: Debug + Resources> Debug for ConstantBufferParam<R> where
    R::Buffer: Debug
[src]

Formats the value using the given formatter.

impl<R: Eq + Resources> Eq for ConstantBufferParam<R> where
    R::Buffer: Eq
[src]

impl<R: Hash + Resources> Hash for ConstantBufferParam<R> where
    R::Buffer: Hash
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<R: PartialEq + Resources> PartialEq for ConstantBufferParam<R> where
    R::Buffer: PartialEq
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.