Struct kvm_sys::x86::bindings::kvm_xen_exit
source · #[repr(C)]pub struct kvm_xen_exit {
pub type_: u32,
pub u: kvm_xen_exit__bindgen_ty_1,
}
Fields§
§type_: u32
§u: kvm_xen_exit__bindgen_ty_1
Trait Implementations§
source§impl Clone for kvm_xen_exit
impl Clone for kvm_xen_exit
source§fn clone(&self) -> kvm_xen_exit
fn clone(&self) -> kvm_xen_exit
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for kvm_xen_exit
impl Default for kvm_xen_exit
impl Copy for kvm_xen_exit
Auto Trait Implementations§
impl RefUnwindSafe for kvm_xen_exit
impl Send for kvm_xen_exit
impl Sync for kvm_xen_exit
impl Unpin for kvm_xen_exit
impl UnwindSafe for kvm_xen_exit
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