Struct kvm_sys::x86::bindings::kvm_nested_state
source · #[repr(C)]pub struct kvm_nested_state {
pub flags: u16,
pub format: u16,
pub size: u32,
pub hdr: kvm_nested_state__bindgen_ty_1,
pub data: kvm_nested_state__bindgen_ty_2,
}
Fields§
§flags: u16
§format: u16
§size: u32
§hdr: kvm_nested_state__bindgen_ty_1
§data: kvm_nested_state__bindgen_ty_2
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for kvm_nested_state
impl Send for kvm_nested_state
impl Sync for kvm_nested_state
impl Unpin for kvm_nested_state
impl UnwindSafe for kvm_nested_state
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