Type Alias kvm_bindings::fam_wrappers::Msrs

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

Wrapper over the kvm_msrs structure.

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

Aliased Type§

struct Msrs { /* private fields */ }