Type Alias kvm_bindings::fam_wrappers::CpuId

source ·
pub type CpuId = FamStructWrapper<kvm_cpuid2>;
Available on x86-64 and crate feature fam-wrappers only.
Expand description

Wrapper over the kvm_cpuid2 structure.

The kvm_cpuid2 structure contains a flexible array member. For details check the KVM API documentation on kvm_cpuid2. To provide safe access to the array elements, this type is implemented using FamStructWrapper.

Aliased Type§

struct CpuId { /* private fields */ }