#[repr(C)]pub enum JointType {
Unknown = 0,
Revolute = 1,
Prismatic = 2,
Distance = 3,
Pulley = 4,
Mouse = 5,
Gear = 6,
Wheel = 7,
Weld = 8,
Friction = 9,
Rope = 10,
Motor = 11,
}
Variants§
Unknown = 0
Revolute = 1
Prismatic = 2
Distance = 3
Pulley = 4
Mouse = 5
Gear = 6
Wheel = 7
Weld = 8
Friction = 9
Rope = 10
Motor = 11
Trait Implementations§
source§impl PartialEq for JointType
impl PartialEq for JointType
impl Copy for JointType
impl StructuralPartialEq for JointType
Auto Trait Implementations§
impl RefUnwindSafe for JointType
impl Send for JointType
impl Sync for JointType
impl Unpin for JointType
impl UnwindSafe for JointType
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