pub enum ImageMirroring {
None,
X,
Y,
Both,
}Expand description
Image mirroring
Variants§
Trait Implementations§
Source§impl Clone for ImageMirroring
impl Clone for ImageMirroring
Source§fn clone(&self) -> ImageMirroring
fn clone(&self) -> ImageMirroring
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 ImageMirroring
impl Debug for ImageMirroring
Source§impl Hash for ImageMirroring
impl Hash for ImageMirroring
impl Copy for ImageMirroring
Auto Trait Implementations§
impl Freeze for ImageMirroring
impl RefUnwindSafe for ImageMirroring
impl Send for ImageMirroring
impl Sync for ImageMirroring
impl Unpin for ImageMirroring
impl UnwindSafe for ImageMirroring
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