Struct linux_taskstats::__bindgen_taskstats
source · #[repr(C)]pub struct __bindgen_taskstats {Show 47 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,
pub ac_btime64: c_ulonglong,
}
Fields§
§version: c_ushort
§ac_exitcode: c_uint
§ac_flag: c_uchar
§ac_nice: c_uchar
§cpu_count: c_ulonglong
§cpu_delay_total: c_ulonglong
§blkio_count: c_ulonglong
§blkio_delay_total: c_ulonglong
§swapin_count: c_ulonglong
§swapin_delay_total: c_ulonglong
§cpu_run_real_total: c_ulonglong
§cpu_run_virtual_total: c_ulonglong
§ac_comm: [c_char; 32]
§ac_sched: c_uchar
§ac_pad: [c_uchar; 3]
§__bindgen_padding_0: u32
§ac_uid: c_uint
§ac_gid: c_uint
§ac_pid: c_uint
§ac_ppid: c_uint
§ac_btime: c_uint
§ac_etime: c_ulonglong
§ac_utime: c_ulonglong
§ac_stime: c_ulonglong
§ac_minflt: c_ulonglong
§ac_majflt: c_ulonglong
§coremem: c_ulonglong
§virtmem: c_ulonglong
§hiwater_rss: c_ulonglong
§hiwater_vm: c_ulonglong
§read_char: c_ulonglong
§write_char: c_ulonglong
§read_syscalls: c_ulonglong
§write_syscalls: c_ulonglong
§read_bytes: c_ulonglong
§write_bytes: c_ulonglong
§cancelled_write_bytes: c_ulonglong
§nvcsw: c_ulonglong
§nivcsw: c_ulonglong
§ac_utimescaled: c_ulonglong
§ac_stimescaled: c_ulonglong
§cpu_scaled_run_real_total: c_ulonglong
§freepages_count: c_ulonglong
§freepages_delay_total: c_ulonglong
§thrashing_count: c_ulonglong
§thrashing_delay_total: c_ulonglong
§ac_btime64: c_ulonglong
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for taskstats
impl Send for taskstats
impl Sync for taskstats
impl Unpin for taskstats
impl UnwindSafe for taskstats
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