Struct gfx::shade::core::SamplerType [] [src]

pub struct SamplerType(pub IsComparison, pub IsRect);

A type of the sampler variable.

Trait Implementations

impl Copy for SamplerType
[src]

impl PartialEq<SamplerType> for SamplerType
[src]

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

This method tests for !=.

impl Eq for SamplerType
[src]

impl Hash for SamplerType
[src]

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

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

impl Debug for SamplerType
[src]

Formats the value using the given formatter.

impl Clone for SamplerType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more