#[repr(u32)]pub enum _mjtCone {
PYRAMIDAL = 0,
ELLIPTIC = 1,
}Variants§
Trait Implementations§
impl Copy for _mjtCone
impl Eq for _mjtCone
impl StructuralPartialEq for _mjtCone
Auto Trait Implementations§
impl Freeze for _mjtCone
impl RefUnwindSafe for _mjtCone
impl Send for _mjtCone
impl Sync for _mjtCone
impl Unpin for _mjtCone
impl UnwindSafe for _mjtCone
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