[−][src]Struct libc_interface::sysinfo
Fields
uptime: c_long
loads: [c_ulong; 3]
totalram: c_ulong
freeram: c_ulong
bufferram: c_ulong
totalswap: c_ulong
freeswap: c_ulong
procs: c_ushort
pad: c_ushort
totalhigh: c_ulong
freehigh: c_ulong
mem_unit: c_uint
_f: [c_char; 8]
Trait Implementations
impl Clone for sysinfo
[src][+]
impl Copy for sysinfo
[src]
impl Eq for sysinfo
[src]
impl PartialEq<sysinfo> for sysinfo
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,