Struct libmacchina::Readouts [−][src]
pub struct Readouts {
pub battery: BatteryReadout,
pub kernel: KernelReadout,
pub memory: MemoryReadout,
pub general: GeneralReadout,
pub product: ProductReadout,
pub packages: PackageReadout,
}Fields
battery: BatteryReadoutkernel: KernelReadoutmemory: MemoryReadoutgeneral: GeneralReadoutproduct: ProductReadoutpackages: PackageReadoutAuto Trait Implementations
impl RefUnwindSafe for Readouts
impl RefUnwindSafe for Readoutsimpl UnwindSafe for Readouts
impl UnwindSafe for Readouts