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 PartialEq for ExtraXYZ
impl PartialEq for ExtraXYZ
source§impl PartialOrd for ExtraXYZ
impl PartialOrd for ExtraXYZ
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 ExtraXYZ
impl Eq for ExtraXYZ
impl StructuralEq for ExtraXYZ
impl StructuralPartialEq for ExtraXYZ
Auto Trait Implementations§
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