#[repr(C)]pub struct kvm_nested_state__bindgen_ty_2 {
pub vmx: __BindgenUnionField<[kvm_vmx_nested_state_data; 0]>,
pub svm: __BindgenUnionField<[kvm_svm_nested_state_data; 0]>,
pub bindgen_union_field: [u8; 0],
}Fields
vmx: __BindgenUnionField<[kvm_vmx_nested_state_data; 0]>svm: __BindgenUnionField<[kvm_svm_nested_state_data; 0]>bindgen_union_field: [u8; 0]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kvm_nested_state__bindgen_ty_2
impl Send for kvm_nested_state__bindgen_ty_2
impl Sync for kvm_nested_state__bindgen_ty_2
impl Unpin for kvm_nested_state__bindgen_ty_2
impl UnwindSafe for kvm_nested_state__bindgen_ty_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more