Enum rexiv2::Orientation [] [src]

#[repr(C)]
pub enum Orientation { Unspecified, Normal, HorizontalFlip, Rotate180, VerticalFlip, Rotate90HorizontalFlip, Rotate90, Rotate90VerticalFlip, Rotate270, }

All the possible orientations for an image.

Variants

Trait Implementations

impl Copy for Orientation
[src]

impl Hash for Orientation
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

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

impl Eq for Orientation
[src]

impl PartialEq<Orientation> for Orientation
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for Orientation
[src]

[src]

Formats the value using the given formatter.

impl Default for Orientation
[src]

[src]

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