#[repr(C)]pub struct kvm_nested_state__bindgen_ty_2__bindgen_ty_1<FAM: ?Sized = [kvm_vmx_nested_state_data; 0]> {
pub __empty_vmx: kvm_nested_state__bindgen_ty_2__bindgen_ty_1__bindgen_ty_1,
pub vmx: FAM,
}Fields§
§__empty_vmx: kvm_nested_state__bindgen_ty_2__bindgen_ty_1__bindgen_ty_1§vmx: FAMTrait Implementations§
Auto Trait Implementations§
impl<FAM> Freeze for kvm_nested_state__bindgen_ty_2__bindgen_ty_1<FAM>
impl<FAM> RefUnwindSafe for kvm_nested_state__bindgen_ty_2__bindgen_ty_1<FAM>where
FAM: RefUnwindSafe + ?Sized,
impl<FAM> Send for kvm_nested_state__bindgen_ty_2__bindgen_ty_1<FAM>
impl<FAM> Sync for kvm_nested_state__bindgen_ty_2__bindgen_ty_1<FAM>
impl<FAM> Unpin for kvm_nested_state__bindgen_ty_2__bindgen_ty_1<FAM>
impl<FAM> UnwindSafe for kvm_nested_state__bindgen_ty_2__bindgen_ty_1<FAM>where
FAM: UnwindSafe + ?Sized,
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