Enum rusty_gl::enums::GLPrimitive[][src]

#[repr(u32)]
pub enum GLPrimitive { Triangles, }

Variants

Trait Implementations

impl Clone for GLPrimitive
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLPrimitive
[src]

Auto Trait Implementations

impl Send for GLPrimitive

impl Sync for GLPrimitive