Enum rusty_gl::enums::GLTexTarget[][src]

#[repr(u32)]
pub enum GLTexTarget { _2D, CubeMap, }

Variants

Trait Implementations

impl Clone for GLTexTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLTexTarget
[src]

Auto Trait Implementations

impl Send for GLTexTarget

impl Sync for GLTexTarget