Struct gfx_core::handle::Sampler [] [src]

pub struct Sampler<R: Resources>(_, _);

Sampler Handle

Methods

impl<R: Resources> Sampler<R>
[src]

Get sampler info

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

impl<R: Hash + Resources> Hash for Sampler<R> where
    R::Sampler: 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 Sampler<R> where
    R::Sampler: PartialEq
[src]

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

This method tests for !=.