Enum rusty_gl::enums::GLShaderInfoParam[][src]

#[repr(u32)]
pub enum GLShaderInfoParam { ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength, }

Variants

Trait Implementations

impl Clone for GLShaderInfoParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLShaderInfoParam
[src]

Auto Trait Implementations