Home
last modified time | relevance | path

Searched refs:kvm_nested_state__bindgen_ty_2 (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/kvm_sys/src/x86/
Dbindings.rs3805 pub data: kvm_nested_state__bindgen_ty_2,
3857 pub struct kvm_nested_state__bindgen_ty_2 { struct
3864 ::std::mem::size_of::<kvm_nested_state__bindgen_ty_2>(), in bindgen_test_layout_kvm_nested_state__bindgen_ty_2() argument
3866 concat!("Size of: ", stringify!(kvm_nested_state__bindgen_ty_2)) in bindgen_test_layout_kvm_nested_state__bindgen_ty_2()
3869 ::std::mem::align_of::<kvm_nested_state__bindgen_ty_2>(), in bindgen_test_layout_kvm_nested_state__bindgen_ty_2()
3871 concat!("Alignment of ", stringify!(kvm_nested_state__bindgen_ty_2)) in bindgen_test_layout_kvm_nested_state__bindgen_ty_2()
3875 &(*(::std::ptr::null::<kvm_nested_state__bindgen_ty_2>())).vmx as *const _ as usize in bindgen_test_layout_kvm_nested_state__bindgen_ty_2()
3880 stringify!(kvm_nested_state__bindgen_ty_2), in bindgen_test_layout_kvm_nested_state__bindgen_ty_2()
3886 impl Default for kvm_nested_state__bindgen_ty_2 { implementation