pub enum ImageRotation {
Rot0,
Rot90,
Rot180,
Rot270,
}Expand description
Image rotation
Variants§
Trait Implementations§
Source§impl Clone for ImageRotation
impl Clone for ImageRotation
Source§fn clone(&self) -> ImageRotation
fn clone(&self) -> ImageRotation
Returns a duplicate 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 moreSource§impl Debug for ImageRotation
impl Debug for ImageRotation
Source§impl Hash for ImageRotation
impl Hash for ImageRotation
impl Copy for ImageRotation
Auto Trait Implementations§
impl Freeze for ImageRotation
impl RefUnwindSafe for ImageRotation
impl Send for ImageRotation
impl Sync for ImageRotation
impl Unpin for ImageRotation
impl UnwindSafe for ImageRotation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more