#[repr(C)]pub struct kvm_nested_state__bindgen_ty_2__bindgen_ty_1 {
pub __empty_vmx: kvm_nested_state__bindgen_ty_2__bindgen_ty_1__bindgen_ty_1,
pub vmx: __IncompleteArrayField<kvm_vmx_nested_state_data>,
}
Fields§
§__empty_vmx: kvm_nested_state__bindgen_ty_2__bindgen_ty_1__bindgen_ty_1
§vmx: __IncompleteArrayField<kvm_vmx_nested_state_data>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for kvm_nested_state__bindgen_ty_2__bindgen_ty_1
impl Send for kvm_nested_state__bindgen_ty_2__bindgen_ty_1
impl Sync for kvm_nested_state__bindgen_ty_2__bindgen_ty_1
impl Unpin for kvm_nested_state__bindgen_ty_2__bindgen_ty_1
impl UnwindSafe for kvm_nested_state__bindgen_ty_2__bindgen_ty_1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more