Enum rusty_gl::enums::GLTarget[][src]

#[repr(u32)]
pub enum GLTarget { ArrayBuffer, ElementArrayBuffer, }

Variants

Trait Implementations

impl Clone for GLTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLTarget
[src]

Auto Trait Implementations

impl Send for GLTarget

impl Sync for GLTarget