#[repr(C)]pub struct kvm_xen_exit__bindgen_ty_1__bindgen_ty_1 {
pub longmode: __u32,
pub cpl: __u32,
pub input: __u64,
pub result: __u64,
pub params: [__u64; 6],
}Fields
longmode: __u32cpl: __u32input: __u64result: __u64params: [__u64; 6]Trait Implementations
sourceimpl Clone for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
impl Clone for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
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__bindgen_ty_1__bindgen_ty_1
impl Default for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
fn default() -> kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_xen_exit__bindgen_ty_1__bindgen_ty_1> for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
impl PartialEq<kvm_xen_exit__bindgen_ty_1__bindgen_ty_1> for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
sourcefn eq(&self, other: &kvm_xen_exit__bindgen_ty_1__bindgen_ty_1) -> bool
fn eq(&self, other: &kvm_xen_exit__bindgen_ty_1__bindgen_ty_1) -> bool
impl Copy for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
impl Send for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
impl Sync for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
impl Unpin for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for kvm_xen_exit__bindgen_ty_1__bindgen_ty_1
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