Enum mallumo_gls::raw::FaceOrientation [] [src]

pub enum FaceOrientation {
    Clockwise,
    CounterClockwise,
}

Variants

Trait Implementations

impl Clone for FaceOrientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FaceOrientation
[src]

impl Debug for FaceOrientation
[src]

Formats the value using the given formatter.

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

impl Default for FaceOrientation
[src]

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