pub enum JointDof {
Separation,
Hinge,
Slide,
SwingA,
SwingB,
Twist,
Cone,
Rope,
Linear(usize),
Angular(usize),
}Variants§
Trait Implementations§
impl Copy for JointDof
impl Eq for JointDof
impl StructuralPartialEq for JointDof
Auto Trait Implementations§
impl Freeze for JointDof
impl RefUnwindSafe for JointDof
impl Send for JointDof
impl Sync for JointDof
impl Unpin for JointDof
impl UnsafeUnpin for JointDof
impl UnwindSafe for JointDof
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