Struct kvm_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_: __u32u: kvm_xen_exit__bindgen_ty_1Trait Implementations
sourceimpl Clone for kvm_xen_exit
impl Clone for kvm_xen_exit
sourcefn clone(&self) -> kvm_xen_exit
fn clone(&self) -> kvm_xen_exit
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
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