Enum rusty_gl::enums::GLClearMask[][src]

#[repr(u32)]
pub enum GLClearMask { ColorBufferBit, DepthBufferBit, StencilBufferBit, }

Variants

Trait Implementations

impl Clone for GLClearMask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLClearMask
[src]

Auto Trait Implementations

impl Send for GLClearMask

impl Sync for GLClearMask