in src/x86/bindings.rs [9161:9270]
fn bindgen_test_layout_kvm_s390_irq__bindgen_ty_1() {
assert_eq!(
::std::mem::size_of::<kvm_s390_irq__bindgen_ty_1>(),
64usize,
concat!("Size of: ", stringify!(kvm_s390_irq__bindgen_ty_1))
);
assert_eq!(
::std::mem::align_of::<kvm_s390_irq__bindgen_ty_1>(),
8usize,
concat!("Alignment of ", stringify!(kvm_s390_irq__bindgen_ty_1))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).io as *const _ as usize },
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(io)
)
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).ext as *const _ as usize },
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(ext)
)
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).pgm as *const _ as usize },
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(pgm)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).emerg as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(emerg)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).extcall as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(extcall)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).prefix as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(prefix)
)
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).stop as *const _ as usize },
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(stop)
)
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).mchk as *const _ as usize },
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(mchk)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<kvm_s390_irq__bindgen_ty_1>())).reserved as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(kvm_s390_irq__bindgen_ty_1),
"::",
stringify!(reserved)
)
);
}