#[repr(C)]
pub struct __bindgen_taskstats {
Show 46 fields pub version: c_ushort, pub ac_exitcode: c_uint, pub ac_flag: c_uchar, pub ac_nice: c_uchar, pub cpu_count: c_ulonglong, pub cpu_delay_total: c_ulonglong, pub blkio_count: c_ulonglong, pub blkio_delay_total: c_ulonglong, pub swapin_count: c_ulonglong, pub swapin_delay_total: c_ulonglong, pub cpu_run_real_total: c_ulonglong, pub cpu_run_virtual_total: c_ulonglong, pub ac_comm: [c_char; 32], pub ac_sched: c_uchar, pub ac_pad: [c_uchar; 3], pub __bindgen_padding_0: u32, pub ac_uid: c_uint, pub ac_gid: c_uint, pub ac_pid: c_uint, pub ac_ppid: c_uint, pub ac_btime: c_uint, pub ac_etime: c_ulonglong, pub ac_utime: c_ulonglong, pub ac_stime: c_ulonglong, pub ac_minflt: c_ulonglong, pub ac_majflt: c_ulonglong, pub coremem: c_ulonglong, pub virtmem: c_ulonglong, pub hiwater_rss: c_ulonglong, pub hiwater_vm: c_ulonglong, pub read_char: c_ulonglong, pub write_char: c_ulonglong, pub read_syscalls: c_ulonglong, pub write_syscalls: c_ulonglong, pub read_bytes: c_ulonglong, pub write_bytes: c_ulonglong, pub cancelled_write_bytes: c_ulonglong, pub nvcsw: c_ulonglong, pub nivcsw: c_ulonglong, pub ac_utimescaled: c_ulonglong, pub ac_stimescaled: c_ulonglong, pub cpu_scaled_run_real_total: c_ulonglong, pub freepages_count: c_ulonglong, pub freepages_delay_total: c_ulonglong, pub thrashing_count: c_ulonglong, pub thrashing_delay_total: c_ulonglong,
}

Fields

version: c_ushortac_exitcode: c_uintac_flag: c_ucharac_nice: c_ucharcpu_count: c_ulonglongcpu_delay_total: c_ulonglongblkio_count: c_ulonglongblkio_delay_total: c_ulonglongswapin_count: c_ulonglongswapin_delay_total: c_ulonglongcpu_run_real_total: c_ulonglongcpu_run_virtual_total: c_ulonglongac_comm: [c_char; 32]ac_sched: c_ucharac_pad: [c_uchar; 3]__bindgen_padding_0: u32ac_uid: c_uintac_gid: c_uintac_pid: c_uintac_ppid: c_uintac_btime: c_uintac_etime: c_ulonglongac_utime: c_ulonglongac_stime: c_ulonglongac_minflt: c_ulonglongac_majflt: c_ulonglongcoremem: c_ulonglongvirtmem: c_ulonglonghiwater_rss: c_ulonglonghiwater_vm: c_ulonglongread_char: c_ulonglongwrite_char: c_ulonglongread_syscalls: c_ulonglongwrite_syscalls: c_ulonglongread_bytes: c_ulonglongwrite_bytes: c_ulonglongcancelled_write_bytes: c_ulonglongnvcsw: c_ulonglongnivcsw: c_ulonglongac_utimescaled: c_ulonglongac_stimescaled: c_ulonglongcpu_scaled_run_real_total: c_ulonglongfreepages_count: c_ulonglongfreepages_delay_total: c_ulonglongthrashing_count: c_ulonglongthrashing_delay_total: c_ulonglong

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.