Enum mallumo_gls::raw::DepthMask [] [src]

pub enum DepthMask {
    Enabled,
    Disabled,
}

Variants

Trait Implementations

impl Clone for DepthMask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DepthMask
[src]

impl Debug for DepthMask
[src]

Formats the value using the given formatter.

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

impl Default for DepthMask
[src]

Returns the "default value" for a type. Read more