Struct kvm_bindings::kvm_xcrs [−][src]
#[repr(C)]pub struct kvm_xcrs {
pub nr_xcrs: __u32,
pub flags: __u32,
pub xcrs: [kvm_xcr; 16],
pub padding: [__u64; 16],
}Fields
nr_xcrs: __u32flags: __u32xcrs: [kvm_xcr; 16]padding: [__u64; 16]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kvm_xcrs
impl UnwindSafe for kvm_xcrs
Blanket Implementations
Mutably borrows from an owned value. Read more