#[non_exhaustive]pub enum EulerOrder {
Show 31 variants
Default,
Xyz,
Yzx,
Zxy,
Xzy,
Yxz,
Zyx,
Sxyz,
Sxyx,
Sxzy,
Sxzx,
Syzx,
Syzy,
Syxz,
Syxy,
Szxy,
Szxz,
Szyx,
Szyz,
Rzyx,
Rxyx,
Ryzx,
Rxzx,
Rxzy,
Ryzy,
Rzxy,
Ryxy,
Ryxz,
Rzxz,
Rxyz,
Rzyz,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Default
Xyz
Yzx
Zxy
Xzy
Yxz
Zyx
Sxyz
Sxyx
Sxzy
Sxzx
Syzx
Syzy
Syxz
Syxy
Szxy
Szxz
Szyx
Szyz
Rzyx
Rxyx
Ryzx
Rxzx
Rxzy
Ryzy
Rzxy
Ryxy
Ryxz
Rzxz
Rxyz
Rzyz
Trait Implementations§
source§impl Clone for EulerOrder
impl Clone for EulerOrder
source§fn clone(&self) -> EulerOrder
fn clone(&self) -> EulerOrder
Returns a copy of the value. Read more
1.6.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 EulerOrder
impl Debug for EulerOrder
source§impl Hash for EulerOrder
impl Hash for EulerOrder
source§impl Ord for EulerOrder
impl Ord for EulerOrder
source§fn cmp(&self, other: &EulerOrder) -> Ordering
fn cmp(&self, other: &EulerOrder) -> Ordering
1.21.0 · 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 EulerOrder
impl PartialEq for EulerOrder
source§impl PartialOrd for EulerOrder
impl PartialOrd for EulerOrder
impl Copy for EulerOrder
impl Eq for EulerOrder
impl StructuralPartialEq for EulerOrder
Auto Trait Implementations§
impl Freeze for EulerOrder
impl RefUnwindSafe for EulerOrder
impl Send for EulerOrder
impl Sync for EulerOrder
impl Unpin for EulerOrder
impl UnwindSafe for EulerOrder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)