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 PartialOrd for IntraZYX
impl PartialOrd for IntraZYX
impl Copy for IntraZYX
impl Eq for IntraZYX
impl StructuralPartialEq for IntraZYX
Auto Trait Implementations§
impl Freeze for IntraZYX
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