Enum rexiv2::Orientation
[−]pub enum Orientation {
Unspecified,
Normal,
HorizontalFlip,
Rotate180,
VerticalFlip,
Rotate90HorizontalFlip,
Rotate90,
Rotate90VerticalFlip,
Rotate270,
}
Expand description
All the possible orientations for an image.
Variants
Unspecified
Normal
HorizontalFlip
Rotate180
VerticalFlip
Rotate90HorizontalFlip
Rotate90
Rotate90VerticalFlip
Rotate270
Trait Implementations
impl Clone for Orientation
impl Clone for Orientation
fn clone(&self) -> Orientation
fn clone(&self) -> Orientation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for Orientation
impl Debug for Orientation
impl Default for Orientation
impl Default for Orientation
fn default() -> Orientation
fn default() -> Orientation
Returns the “default value” for a type. Read more
impl Hash for Orientation
impl Hash for Orientation
impl PartialEq<Orientation> for Orientation
impl PartialEq<Orientation> for Orientation
fn eq(&self, other: &Orientation) -> bool
fn eq(&self, other: &Orientation) -> bool
impl Copy for Orientation
impl Eq for Orientation
impl StructuralEq for Orientation
impl StructuralPartialEq for Orientation
Auto Trait Implementations
impl RefUnwindSafe for Orientation
impl Send for Orientation
impl Sync for Orientation
impl Unpin for Orientation
impl UnwindSafe for Orientation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more