Skip to main content

xc_meminfo_t

Type Alias xc_meminfo_t 

Source
pub type xc_meminfo_t = xen_sysctl_meminfo;

Aliased Type§

#[repr(C)]
pub struct xc_meminfo_t { pub memsize: u64, pub memfree: u64, }

Fields§

§memsize: u64§memfree: u64