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