Enum picto::Orientation [] [src]

pub enum Orientation {
    Vertical,
    Horizontal,
}

An orientation, for flipping, sampling, etc.

Variants

Methods

impl Orientation
[src]

Reverse the orientation.

Trait Implementations

impl Eq for Orientation
[src]

impl PartialEq for Orientation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for Orientation
[src]

impl Clone for Orientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Orientation
[src]

Formats the value using the given formatter.