Enum egli::ColorBufferType
[−]
[src]
pub enum ColorBufferType {
Rgb,
Luminance,
}Variants
RgbLuminanceMethods
impl ColorBufferType[src]
unsafe fn from_raw(value: EGLint) -> ColorBufferType
Trait Implementations
impl Debug for ColorBufferType[src]
impl Clone for ColorBufferType[src]
fn clone(&self) -> ColorBufferType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more