pub enum JointAxis {
X,
Y,
Z,
Custom([f64; 3]),
}Variants§
Implementations§
Trait Implementations§
impl Copy for JointAxis
impl StructuralPartialEq for JointAxis
Auto Trait Implementations§
impl Freeze for JointAxis
impl RefUnwindSafe for JointAxis
impl Send for JointAxis
impl Sync for JointAxis
impl Unpin for JointAxis
impl UnsafeUnpin for JointAxis
impl UnwindSafe for JointAxis
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