Enum libheif_rs::ImageOrientation
source · #[repr(C)]
pub enum ImageOrientation {
Normal,
FlipHorizontally,
Rotate180,
FlipVertically,
Rotate90CwThenFlipHorizontally,
Rotate90Cw,
Rotate90CwThenFlipVertically,
Rotate270Cw,
Unknown,
}
Variants§
Normal
FlipHorizontally
Rotate180
FlipVertically
Rotate90CwThenFlipHorizontally
Rotate90Cw
Rotate90CwThenFlipVertically
Rotate270Cw
Unknown
This value is used when library libheif
returns unknown value of image orientation.
Implementations§
Trait Implementations§
source§impl Clone for ImageOrientation
impl Clone for ImageOrientation
source§fn clone(&self) -> ImageOrientation
fn clone(&self) -> ImageOrientation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more