Enum mallumo_gls::raw::EnableOption [] [src]

pub enum EnableOption {
    Blend,
    ColorLogicOperation,
    CullFace,
    DepthClamp,
    DepthTest,
    Dither,
    FramebufferSRGB,
    LineSmooth,
    Multisample,
    SampleShading,
    SampleMask,
    ScissorTest,
    StencilTest,
    TextureCubeMapSeamless,
    ProgramPointSize,
}

Variants

Trait Implementations

impl Debug for EnableOption
[src]

Formats the value using the given formatter.

impl Copy for EnableOption
[src]

impl Clone for EnableOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EnableOption
[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 EnableOption
[src]