Enum rusty_gl::enums::GLUsage[][src]

#[repr(u32)]
pub enum GLUsage { StaticDraw, }

Variants

Trait Implementations

impl Clone for GLUsage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLUsage
[src]

Auto Trait Implementations

impl Send for GLUsage

impl Sync for GLUsage