#[repr(C)]pub struct sysinfo {}Fields§
§uptime: i32§loads: [u32; 3]§totalram: u32§freeram: u32§bufferram: u32§totalswap: u32§freeswap: u32§procs: u16§pad: u16👎Deprecated since 0.2.58: This padding field might become private in the future
§totalhigh: u32§freehigh: u32§mem_unit: u32§_f: [i8; 8]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for sysinfo
impl Send for sysinfo
impl Sync for sysinfo
impl Unpin for sysinfo
impl UnwindSafe for sysinfo
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