pub enum Refl {
Vertical,
Horizontal,
}
Expand description
An enum for image reflection axes
Variants§
Auto Trait Implementations§
impl Freeze for Refl
impl RefUnwindSafe for Refl
impl Send for Refl
impl Sync for Refl
impl Unpin for Refl
impl UnwindSafe for Refl
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