#[repr(u32)]pub enum _mjtJoint {
FREE = 0,
BALL = 1,
SLIDE = 2,
HINGE = 3,
}Variants§
Trait Implementations§
impl Copy for _mjtJoint
impl Eq for _mjtJoint
impl StructuralPartialEq for _mjtJoint
Auto Trait Implementations§
impl Freeze for _mjtJoint
impl RefUnwindSafe for _mjtJoint
impl Send for _mjtJoint
impl Sync for _mjtJoint
impl Unpin for _mjtJoint
impl UnwindSafe for _mjtJoint
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