Struct libuv_sys::uv_rusage_t [] [src]

#[repr(C)]
pub struct uv_rusage_t { pub ru_utime: uv_timeval_t, pub ru_stime: uv_timeval_t, pub ru_maxrss: uint64_t, pub ru_ixrss: uint64_t, pub ru_idrss: uint64_t, pub ru_isrss: uint64_t, pub ru_minflt: uint64_t, pub ru_majflt: uint64_t, pub ru_nswap: uint64_t, pub ru_inblock: uint64_t, pub ru_oublock: uint64_t, pub ru_msgsnd: uint64_t, pub ru_msgrcv: uint64_t, pub ru_nsignals: uint64_t, pub ru_nvcsw: uint64_t, pub ru_nivcsw: uint64_t, }

Fields

Trait Implementations

impl Debug for uv_rusage_t
[src]

Formats the value using the given formatter.

impl Clone for uv_rusage_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_rusage_t
[src]

impl PartialEq for uv_rusage_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for uv_rusage_t
[src]