Enum mini_gl_fb::BufferFormat[][src]

#[repr(u32)]
pub enum BufferFormat { R, RG, RGB, BGR, RGBA, BGRA, }

Variants

Trait Implementations

impl Copy for BufferFormat
[src]

impl Clone for BufferFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BufferFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BufferFormat
[src]

Auto Trait Implementations