Struct libuv_sys::uv_cpu_times_t [] [src]

#[repr(C)]
pub struct uv_cpu_times_t { pub user: uint64_t, pub nice: uint64_t, pub sys: uint64_t, pub idle: uint64_t, pub irq: uint64_t, }

Fields

Trait Implementations

impl Debug for uv_cpu_times_t
[src]

Formats the value using the given formatter.

impl Clone for uv_cpu_times_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_cpu_times_t
[src]

impl PartialEq for uv_cpu_times_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_cpu_times_t
[src]