[][src]Struct mutiny::material::texture::TextureSampler

pub struct TextureSampler {
    pub texture: TextureRef,
    pub sampler: Option<SamplerRef>,
}

Fields

Trait Implementations

impl IntoParameterValue for TextureSampler
[src]

impl PartialOrd<TextureSampler> for TextureSampler
[src]

impl Ord for TextureSampler
[src]

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<TextureSampler> for TextureSampler
[src]

impl From<TextureRef> for TextureSampler
[src]

impl Clone for TextureSampler
[src]

Performs copy-assignment from source. Read more

impl Copy for TextureSampler
[src]

impl Eq for TextureSampler
[src]

impl Debug for TextureSampler
[src]

impl Hash for TextureSampler
[src]

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

impl Component for TextureSampler
[src]

impl<'a> DebugParameter for TextureSampler
[src]

impl Serialize for TextureSampler
[src]

impl<'de> Deserialize<'de> for TextureSampler
[src]

Auto Trait Implementations

impl Send for TextureSampler

impl Sync for TextureSampler

Blanket Implementations

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

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

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<C> ComponentSend for C where
    C: Component + Send
[src]

impl<C> ComponentThreadLocal for C where
    C: Component
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

impl<T> Any for T where
    T: Any
[src]

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.

impl<T> Scalar for T where
    T: Copy + PartialEq<T> + Any + Debug
[src]

Tests if Self the same as the type T Read more

impl<T> Same for T
[src]

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]

impl<V> IntoVec for V
[src]

impl<V> IntoPnt for V
[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<T> IntoPnt for T where
    T: Scalar
[src]

impl<B, P> IntoControlBuilder for P where
    B: BuilderFromProperty<P>, 
[src]

impl<T, U> IntoDuration for T where
    U: FromDuration<T>, 
[src]