[][src]Struct awsm::webgl::SimpleTextureOptions

pub struct SimpleTextureOptions {
    pub flip_y: Option<bool>,
    pub premultiply_alpha: Option<bool>,
    pub wrap_s: Option<TextureWrapMode>,
    pub wrap_t: Option<TextureWrapMode>,
    pub wrap_r: Option<TextureWrapMode>,
    pub filter_min: Option<TextureMinFilter>,
    pub filter_mag: Option<TextureMagFilter>,
    pub pixel_format: PixelFormat,
    pub data_type: DataType,
    pub cube_face: Option<TextureCubeFace>,
}

Fields

flip_y: Option<bool>premultiply_alpha: Option<bool>wrap_s: Option<TextureWrapMode>wrap_t: Option<TextureWrapMode>wrap_r: Option<TextureWrapMode>filter_min: Option<TextureMinFilter>filter_mag: Option<TextureMagFilter>pixel_format: PixelFormatdata_type: DataTypecube_face: Option<TextureCubeFace>

Trait Implementations

impl Default for SimpleTextureOptions[src]

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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