Enum gexiv2_sys::Orientation
source · [−]#[repr(C)]
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
sourceimpl Clone for Orientation
impl Clone for Orientation
sourcefn 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 moresourceimpl Debug for Orientation
impl Debug for Orientation
sourceimpl Default for Orientation
impl Default for Orientation
sourcefn default() -> Orientation
fn default() -> Orientation
Returns the “default value” for a type. Read more
sourceimpl Hash for Orientation
impl Hash for Orientation
sourceimpl PartialEq<Orientation> for Orientation
impl PartialEq<Orientation> for Orientation
sourcefn 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