#[repr(C)]pub struct _mjWarningStat {
pub lastinfo: c_int,
pub number: c_int,
}Fields§
§lastinfo: c_int§number: c_intTrait Implementations§
Source§impl Clone for _mjWarningStat
impl Clone for _mjWarningStat
Source§fn clone(&self) -> _mjWarningStat
fn clone(&self) -> _mjWarningStat
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 _mjWarningStat
impl Debug for _mjWarningStat
Source§impl Default for _mjWarningStat
impl Default for _mjWarningStat
Source§fn default() -> _mjWarningStat
fn default() -> _mjWarningStat
Returns the “default value” for a type. Read more
impl Copy for _mjWarningStat
Auto Trait Implementations§
impl Freeze for _mjWarningStat
impl RefUnwindSafe for _mjWarningStat
impl Send for _mjWarningStat
impl Sync for _mjWarningStat
impl Unpin for _mjWarningStat
impl UnsafeUnpin for _mjWarningStat
impl UnwindSafe for _mjWarningStat
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