#[repr(C)]pub struct ddsrt_rusage_t {
pub utime: dds_time_t,
pub stime: dds_time_t,
pub maxrss: size_t,
pub idrss: size_t,
pub nvcsw: size_t,
pub nivcsw: size_t,
}Fields§
§utime: dds_time_t§stime: dds_time_t§maxrss: size_t§idrss: size_t§nvcsw: size_t§nivcsw: size_tTrait Implementations§
Source§impl Clone for ddsrt_rusage_t
impl Clone for ddsrt_rusage_t
Source§fn clone(&self) -> ddsrt_rusage_t
fn clone(&self) -> ddsrt_rusage_t
Returns a copy 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 ddsrt_rusage_t
impl Debug for ddsrt_rusage_t
impl Copy for ddsrt_rusage_t
Auto Trait Implementations§
impl Freeze for ddsrt_rusage_t
impl RefUnwindSafe for ddsrt_rusage_t
impl Send for ddsrt_rusage_t
impl Sync for ddsrt_rusage_t
impl Unpin for ddsrt_rusage_t
impl UnwindSafe for ddsrt_rusage_t
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