Struct linux_raw_sys::v5_4::netlink::sysinfo[][src]

#[repr(C)]
pub struct sysinfo {
Show fields pub uptime: __kernel_long_t, pub loads: [__kernel_ulong_t; 3], pub totalram: __kernel_ulong_t, pub freeram: __kernel_ulong_t, pub sharedram: __kernel_ulong_t, pub bufferram: __kernel_ulong_t, pub totalswap: __kernel_ulong_t, pub freeswap: __kernel_ulong_t, pub procs: __u16, pub pad: __u16, pub totalhigh: __kernel_ulong_t, pub freehigh: __kernel_ulong_t, pub mem_unit: __u32, pub _f: __IncompleteArrayField<c_char>,
}

Fields

uptime: __kernel_long_tloads: [__kernel_ulong_t; 3]totalram: __kernel_ulong_tfreeram: __kernel_ulong_tsharedram: __kernel_ulong_tbufferram: __kernel_ulong_ttotalswap: __kernel_ulong_tfreeswap: __kernel_ulong_tprocs: __u16pad: __u16totalhigh: __kernel_ulong_tfreehigh: __kernel_ulong_tmem_unit: __u32_f: __IncompleteArrayField<c_char>

Trait Implementations

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

Performs the conversion.

Performs the conversion.

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.