Enum limn_core::prelude::Orientation [] [src]

pub enum Orientation {
    Horizontal,
    Vertical,
}

Variants

Trait Implementations

impl Debug for Orientation
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Orientation
[src]

impl Clone for Orientation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more