[][src]Module mac_sys_info::structs

This module contains all structs thar hold information about the system.

Structs

AppleSiCpuFeaturesInfo

Apple silicon specific CPU features.

CacheInfo

Info about L1 (I & D), L2, and L3 cache.

CpuInfo

General CPU info.

MacSysInfo

Abstraction over MacOS system info. Allows raw access to all obtained system configuration as well as convenient abstractions over them.

MemInfo

Memory (RAM) info.

OsInfo

Info about MacOS/software.

X86_64CpuFeaturesInfo

x86 specific CPU features, like AVX.

Enums

CpuArchitectureInfo

Information about the CPU architecture. Because this library is Mac-specific, there is only X86_64 (since the beginning) and Apple Silicon (AppleSi) since late 2020.

CpuFeaturesInfo

Encapsulates the CPU features for the current processor.