Enum gfx_core::shade::IsArray [−][src]
pub enum IsArray {
Array,
NoArray,
}Whether the sampler samples an array texture.
Variants
ArrayNoArray
Trait Implementations
impl Clone for IsArray[src]
impl Clone for IsArrayfn clone(&self) -> IsArray[src]
fn clone(&self) -> IsArrayReturns 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 Copy for IsArray[src]
impl Copy for IsArrayimpl Debug for IsArray[src]
impl Debug for IsArrayfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for IsArray[src]
impl Eq for IsArrayimpl Hash for IsArray[src]
impl Hash for IsArrayfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)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 PartialEq for IsArray[src]
impl PartialEq for IsArray