#[repr(C)]pub struct mjSolverStat_ {
pub improvement: mjtNum,
pub gradient: mjtNum,
pub lineslope: mjtNum,
pub nactive: c_int,
pub nchange: c_int,
pub neval: c_int,
pub nupdate: c_int,
}Fields§
§improvement: mjtNum§gradient: mjtNum§lineslope: mjtNum§nactive: c_int§nchange: c_int§neval: c_int§nupdate: c_intTrait Implementations§
Source§impl Clone for mjSolverStat_
impl Clone for mjSolverStat_
Source§fn clone(&self) -> mjSolverStat_
fn clone(&self) -> mjSolverStat_
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for mjSolverStat_
impl RefUnwindSafe for mjSolverStat_
impl Send for mjSolverStat_
impl Sync for mjSolverStat_
impl Unpin for mjSolverStat_
impl UnwindSafe for mjSolverStat_
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