pub enum PixelsDimensionOrderType {
Xyzct,
Xyztc,
Xyctz,
Xyczt,
Xytcz,
Xytzc,
}Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for PixelsDimensionOrderType
impl AsRef<str> for PixelsDimensionOrderType
Source§impl Clone for PixelsDimensionOrderType
impl Clone for PixelsDimensionOrderType
Source§fn clone(&self) -> PixelsDimensionOrderType
fn clone(&self) -> PixelsDimensionOrderType
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 PixelsDimensionOrderType
Source§impl Debug for PixelsDimensionOrderType
impl Debug for PixelsDimensionOrderType
Source§impl<'de> Deserialize<'de> for PixelsDimensionOrderType
impl<'de> Deserialize<'de> for PixelsDimensionOrderType
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
Source§impl Display for PixelsDimensionOrderType
impl Display for PixelsDimensionOrderType
impl Eq for PixelsDimensionOrderType
Source§impl FromStr for PixelsDimensionOrderType
impl FromStr for PixelsDimensionOrderType
Source§impl Hash for PixelsDimensionOrderType
impl Hash for PixelsDimensionOrderType
Source§impl Ord for PixelsDimensionOrderType
impl Ord for PixelsDimensionOrderType
Source§fn cmp(&self, other: &PixelsDimensionOrderType) -> Ordering
fn cmp(&self, other: &PixelsDimensionOrderType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PixelsDimensionOrderType
impl PartialEq for PixelsDimensionOrderType
Source§fn eq(&self, other: &PixelsDimensionOrderType) -> bool
fn eq(&self, other: &PixelsDimensionOrderType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PixelsDimensionOrderType
impl PartialOrd for PixelsDimensionOrderType
Source§impl Serialize for PixelsDimensionOrderType
impl Serialize for PixelsDimensionOrderType
impl StructuralPartialEq for PixelsDimensionOrderType
Source§impl TryFrom<&str> for PixelsDimensionOrderType
impl TryFrom<&str> for PixelsDimensionOrderType
Auto Trait Implementations§
impl Freeze for PixelsDimensionOrderType
impl RefUnwindSafe for PixelsDimensionOrderType
impl Send for PixelsDimensionOrderType
impl Sync for PixelsDimensionOrderType
impl Unpin for PixelsDimensionOrderType
impl UnsafeUnpin for PixelsDimensionOrderType
impl UnwindSafe for PixelsDimensionOrderType
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