Enum elma_lgr::ClippingMode [] [src]

pub enum ClippingMode {
    Unclipped,
    Ground,
    Sky,
}

Clipping property.

Variants

Unclipped means that the picture or texture will be seen above the whole picture (unless other pictures hide it).

Ground means the picture will be seen only above the ground.

Sky means the picture will be seen only above the sky.

Trait Implementations

impl Debug for ClippingMode
[src]

Formats the value using the given formatter.

impl Copy for ClippingMode
[src]

impl Clone for ClippingMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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