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