Struct kvm_nested_state__bindgen_ty_2
#[repr(C)]pub struct kvm_nested_state__bindgen_ty_2 {
pub __bindgen_anon_1: __BindgenUnionField<kvm_nested_state__bindgen_ty_2__bindgen_ty_1>,
pub __bindgen_anon_2: __BindgenUnionField<kvm_nested_state__bindgen_ty_2__bindgen_ty_2>,
pub bindgen_union_field: [u8; 0],
}
Fields§
§__bindgen_anon_1: __BindgenUnionField<kvm_nested_state__bindgen_ty_2__bindgen_ty_1>
§__bindgen_anon_2: __BindgenUnionField<kvm_nested_state__bindgen_ty_2__bindgen_ty_2>
§bindgen_union_field: [u8; 0]
Trait Implementations§
§impl Debug for kvm_nested_state__bindgen_ty_2
impl Debug for kvm_nested_state__bindgen_ty_2
§impl Default for kvm_nested_state__bindgen_ty_2
impl Default for kvm_nested_state__bindgen_ty_2
§fn default() -> kvm_nested_state__bindgen_ty_2
fn default() -> kvm_nested_state__bindgen_ty_2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for kvm_nested_state__bindgen_ty_2
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§
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