Type Alias kvm_bindings::MsrList

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

Wrapper over the kvm_msr_list structure.

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

Aliased Type§

struct MsrList { /* private fields */ }