Struct gfx::handle::Sampler []

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

Sampler Handle

Methods

impl<R> Sampler<R> where R: Resources

Get sampler info

Trait Implementations

impl<R> Debug for Sampler<R> where R: Resources + Debug, R::Sampler: Debug

Formats the value using the given formatter.

impl<R> PartialEq<Sampler<R>> for Sampler<R> where R: Resources + PartialEq<R>,
        R::Sampler: PartialEq<R::Sampler>

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

This method tests for !=.

impl<R> Eq for Sampler<R> where R: Resources + Eq, R::Sampler: Eq

impl<R> Clone for Sampler<R> where R: Resources + Clone, R::Sampler: Clone

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more