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]
R::Buffer: Clone,
fn clone(&self) -> ConstantBufferParam<R>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<R: Copy + Resources> Copy for ConstantBufferParam<R> where
R::Buffer: Copy, [src]
R::Buffer: Copy,
impl<R: Debug + Resources> Debug for ConstantBufferParam<R> where
R::Buffer: Debug, [src]
R::Buffer: Debug,
impl<R: Eq + Resources> Eq for ConstantBufferParam<R> where
R::Buffer: Eq, [src]
R::Buffer: Eq,
impl<R: Hash + Resources> Hash for ConstantBufferParam<R> where
R::Buffer: Hash, [src]
R::Buffer: Hash,
fn hash<__HR: Hasher>(&self, __arg_0: &mut __HR)[src]
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
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]
R::Buffer: PartialEq,
fn eq(&self, __arg_0: &ConstantBufferParam<R>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ConstantBufferParam<R>) -> bool[src]
This method tests for !=.