#[repr(u32)]pub enum mjtCone_ {
mjCONE_PYRAMIDAL = 0,
mjCONE_ELLIPTIC = 1,
}Variants§
Trait Implementations§
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