#[repr(u32)]pub enum _mjtTrn {
JOINT = 0,
JOINTINPARENT = 1,
SLIDERCRANK = 2,
TENDON = 3,
SITE = 4,
UNDEFINED = 1_000,
}Variants§
Trait Implementations§
impl Copy for _mjtTrn
impl Eq for _mjtTrn
impl StructuralPartialEq for _mjtTrn
Auto Trait Implementations§
impl Freeze for _mjtTrn
impl RefUnwindSafe for _mjtTrn
impl Send for _mjtTrn
impl Sync for _mjtTrn
impl Unpin for _mjtTrn
impl UnsafeUnpin for _mjtTrn
impl UnwindSafe for _mjtTrn
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