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