Struct gltfgen::texture::TextureInfo[][src]

pub struct TextureInfo {
    pub image: ImageInfo,
    pub wrap_s: WrappingMode,
    pub wrap_t: WrappingMode,
    pub mag_filter: MagFilter,
    pub min_filter: MinFilter,
}

Fields

image: ImageInfowrap_s: WrappingModewrap_t: WrappingModemag_filter: MagFiltermin_filter: MinFilter

Trait Implementations

impl Clone for TextureInfo[src]

impl Debug for TextureInfo[src]

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

impl FromStr for TextureInfo[src]

type Err = Error

The associated error which can be returned from parsing.

impl PartialEq<TextureInfo> for TextureInfo[src]

impl StructuralPartialEq for TextureInfo[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> AsSlice<T> for T

impl<T> AttributeValue for T where
    T: Clone + PartialEq<T> + Debug + Send + Sync + 'static, 
[src]

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

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

impl<T> Bytes for T[src]

impl<T> CloneBytes for T where
    T: 'static + Clone

impl<T> DebugBytes for T where
    T: 'static + Debug

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

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> DropBytes for T where
    T: 'static, 

impl<T> Elem for T where
    T: Any + DropBytes, 

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

impl<'a, S, I> Get<'a, I> for S where
    I: GetIndex<'a, S>, 

type Output = <I as GetIndex<'a, S>>::Output

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

impl<S, I> Isolate<I> for S where
    I: IsolateIndex<S>, 

type Output = <I as IsolateIndex<S>>::Output

impl<T> PartialEqBytes for T where
    T: 'static + PartialEq<T>, 

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, N> PushArrayToVec<N> for T where
    T: Clone,
    N: Array<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self

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.