Struct kvm_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: __u16format: __u16size: __u32hdr: kvm_nested_state__bindgen_ty_1data: kvm_nested_state__bindgen_ty_2Trait 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
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