pub enum ImageParity {
Direct,
Mirrored,
}Expand description
Whether a solved image transform preserves or mirrors handedness.
Parity is reported separately from sky-axis rotation. It never changes the footprint’s polygon or rotation residual.
Variants§
Trait Implementations§
Source§impl Clone for ImageParity
impl Clone for ImageParity
Source§fn clone(&self) -> ImageParity
fn clone(&self) -> ImageParity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageParity
Source§impl Debug for ImageParity
impl Debug for ImageParity
Source§impl<'de> Deserialize<'de> for ImageParity
impl<'de> Deserialize<'de> for ImageParity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ImageParity
Source§impl Hash for ImageParity
impl Hash for ImageParity
Source§impl PartialEq for ImageParity
impl PartialEq for ImageParity
Source§impl Serialize for ImageParity
impl Serialize for ImageParity
impl StructuralPartialEq for ImageParity
Auto Trait Implementations§
impl Freeze for ImageParity
impl RefUnwindSafe for ImageParity
impl Send for ImageParity
impl Sync for ImageParity
impl Unpin for ImageParity
impl UnsafeUnpin for ImageParity
impl UnwindSafe for ImageParity
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