pub enum IntraXYZ {}
Expand description
Intrinsic rotation around X, then Y, then Z axis.
Trait Implementations§
Source§impl Ord for IntraXYZ
impl Ord for IntraXYZ
Source§impl PartialOrd for IntraXYZ
impl PartialOrd for IntraXYZ
impl Copy for IntraXYZ
impl Eq for IntraXYZ
impl StructuralPartialEq for IntraXYZ
Auto Trait Implementations§
impl Freeze for IntraXYZ
impl RefUnwindSafe for IntraXYZ
impl Send for IntraXYZ
impl Sync for IntraXYZ
impl Unpin for IntraXYZ
impl UnwindSafe for IntraXYZ
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