[][src]Struct gfx::pso::resource::Sampler

pub struct Sampler(_);

Sampler component.

Trait Implementations

impl Clone for Sampler[src]

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

type Data = Sampler<R>

The associated "data" type - a member of the PSO "data" struct.

impl<'a> DataLink<'a> for Sampler[src]

type Init = &'a str

The assotiated "init" type - a member of the PSO "init" struct.

impl Debug for Sampler[src]

impl Eq for Sampler[src]

impl Hash for Sampler[src]

impl PartialEq<Sampler> for Sampler[src]

impl StructuralEq for Sampler[src]

impl StructuralPartialEq for Sampler[src]

Auto Trait Implementations

impl RefUnwindSafe for Sampler

impl Send for Sampler

impl Sync for Sampler

impl Unpin for Sampler

impl UnwindSafe for Sampler

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.