Enum rusty_gl::enums::GLType[][src]

#[repr(u32)]
pub enum GLType { Float, UByte, UShort, UInt, }

Variants

Trait Implementations

impl Clone for GLType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLType
[src]

Auto Trait Implementations

impl Send for GLType

impl Sync for GLType