Struct kvm_bindings::kvm_hyperv_exit [−][src]
#[repr(C)]pub struct kvm_hyperv_exit {
pub type_: __u32,
pub pad1: __u32,
pub u: kvm_hyperv_exit__bindgen_ty_1,
}Fields
type_: __u32pad1: __u32u: kvm_hyperv_exit__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kvm_hyperv_exit
impl Send for kvm_hyperv_exit
impl Sync for kvm_hyperv_exit
impl Unpin for kvm_hyperv_exit
impl UnwindSafe for kvm_hyperv_exit
Blanket Implementations
Mutably borrows from an owned value. Read more