#[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 moreSource§impl Debug for _mjSolverStat
impl Debug for _mjSolverStat
Source§impl Default for _mjSolverStat
impl Default for _mjSolverStat
Source§fn default() -> _mjSolverStat
fn default() -> _mjSolverStat
Returns the “default value” for a type. Read more
impl Copy for _mjSolverStat
Auto 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