pub enum JointKind {
Revolute,
Continuous,
Prismatic,
Fixed,
Floating,
Planar,
Spherical,
}Expand description
Supported structural joint kinds.
Variants§
Trait Implementations§
impl Copy for JointKind
Source§impl<'de> Deserialize<'de> for JointKind
impl<'de> Deserialize<'de> for JointKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for JointKind
impl StructuralPartialEq for JointKind
Auto Trait Implementations§
impl Freeze for JointKind
impl RefUnwindSafe for JointKind
impl Send for JointKind
impl Sync for JointKind
impl Unpin for JointKind
impl UnsafeUnpin for JointKind
impl UnwindSafe for JointKind
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