Enum rusty_gl::enums::GLTexParamName[][src]

#[repr(u32)]
pub enum GLTexParamName { MinFilter, MagFilter, WrapS, WrapT, }

Variants

Trait Implementations

impl Clone for GLTexParamName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLTexParamName
[src]

Auto Trait Implementations