pub enum IntraZYX {}
Expand description
Intrinsic rotation around Z, then Y, then X axis.
Trait Implementations§
source§impl Ord for IntraZYX
impl Ord for IntraZYX
source§impl PartialEq for IntraZYX
impl PartialEq for IntraZYX
source§impl PartialOrd for IntraZYX
impl PartialOrd for IntraZYX
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for IntraZYX
impl Eq for IntraZYX
impl StructuralEq for IntraZYX
impl StructuralPartialEq for IntraZYX
Auto Trait Implementations§
impl RefUnwindSafe for IntraZYX
impl Send for IntraZYX
impl Sync for IntraZYX
impl Unpin for IntraZYX
impl UnwindSafe for IntraZYX
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