Struct rd_agent_intf::sysreqs::SysReqsReport [−][src]
pub struct SysReqsReport {Show fields
pub satisfied: BTreeSet<SysReq>,
pub missed: MissedSysReqs,
pub kernel_version: String,
pub agent_version: String,
pub hashd_version: String,
pub nr_cpus: usize,
pub total_memory: usize,
pub total_swap: usize,
pub scr_dev: String,
pub scr_devnr: (u32, u32),
pub scr_dev_model: String,
pub scr_dev_fwrev: String,
pub scr_dev_size: u64,
pub scr_dev_iosched: String,
pub enforce: EnforceConfig,
}Fields
satisfied: BTreeSet<SysReq>missed: MissedSysReqskernel_version: Stringagent_version: Stringhashd_version: Stringnr_cpus: usizetotal_memory: usizetotal_swap: usizescr_dev: Stringscr_devnr: (u32, u32)scr_dev_model: Stringscr_dev_fwrev: Stringscr_dev_size: u64scr_dev_iosched: Stringenforce: EnforceConfigTrait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for SysReqsReportimpl Send for SysReqsReportimpl Sync for SysReqsReportimpl Unpin for SysReqsReportimpl UnwindSafe for SysReqsReportBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V