Struct gfx_core::DomainShader [−][src]
pub struct DomainShader<R: Resources>(_);
Methods
impl<R: Resources> DomainShader<R>[src]
impl<R: Resources> DomainShader<R>Trait Implementations
impl<R: Clone + Resources> Clone for DomainShader<R>[src]
impl<R: Clone + Resources> Clone for DomainShader<R>fn clone(&self) -> DomainShader<R>[src]
fn clone(&self) -> DomainShader<R>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<R: Debug + Resources> Debug for DomainShader<R>[src]
impl<R: Debug + Resources> Debug for DomainShader<R>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<R: Eq + Resources> Eq for DomainShader<R>[src]
impl<R: Eq + Resources> Eq for DomainShader<R>impl<R: Hash + Resources> Hash for DomainShader<R>[src]
impl<R: Hash + Resources> Hash for DomainShader<R>fn hash<__HR: Hasher>(&self, state: &mut __HR)[src]
fn hash<__HR: Hasher>(&self, state: &mut __HR)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]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl<R: PartialEq + Resources> PartialEq for DomainShader<R>[src]
impl<R: PartialEq + Resources> PartialEq for DomainShader<R>fn eq(&self, other: &DomainShader<R>) -> bool[src]
fn eq(&self, other: &DomainShader<R>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DomainShader<R>) -> bool[src]
fn ne(&self, other: &DomainShader<R>) -> boolThis method tests for !=.