Struct below_model::system::VmModel
source · pub struct VmModel {
pub pgpgin_per_sec: Option<f64>,
pub pgpgout_per_sec: Option<f64>,
pub pswpin_per_sec: Option<f64>,
pub pswpout_per_sec: Option<f64>,
pub pgsteal_kswapd: Option<u64>,
pub pgsteal_direct: Option<u64>,
pub pgscan_kswapd: Option<u64>,
pub pgscan_direct: Option<u64>,
pub oom_kill: Option<u64>,
}
Fields§
§pgpgin_per_sec: Option<f64>
§pgpgout_per_sec: Option<f64>
§pswpin_per_sec: Option<f64>
§pswpout_per_sec: Option<f64>
§pgsteal_kswapd: Option<u64>
§pgsteal_direct: Option<u64>
§pgscan_kswapd: Option<u64>
§pgscan_direct: Option<u64>
§oom_kill: Option<u64>
Trait Implementations§
source§impl<'de> Deserialize<'de> for VmModel
impl<'de> Deserialize<'de> for VmModel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<VmModel> for VmModel
impl PartialEq<VmModel> for VmModel
impl StructuralPartialEq for VmModel
Auto Trait Implementations§
impl RefUnwindSafe for VmModel
impl Send for VmModel
impl Sync for VmModel
impl Unpin for VmModel
impl UnwindSafe for VmModel
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