#[repr(C)]pub struct kvm_run__bindgen_ty_1__bindgen_ty_8 {
pub rip: __u64,
pub is_write: __u32,
pub pad: __u32,
}Fields
rip: __u64is_write: __u32pad: __u32Trait Implementations
sourceimpl Clone for kvm_run__bindgen_ty_1__bindgen_ty_8
impl Clone for kvm_run__bindgen_ty_1__bindgen_ty_8
sourcefn clone(&self) -> kvm_run__bindgen_ty_1__bindgen_ty_8
fn clone(&self) -> kvm_run__bindgen_ty_1__bindgen_ty_8
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_run__bindgen_ty_1__bindgen_ty_8
impl Default for kvm_run__bindgen_ty_1__bindgen_ty_8
sourcefn default() -> kvm_run__bindgen_ty_1__bindgen_ty_8
fn default() -> kvm_run__bindgen_ty_1__bindgen_ty_8
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_run__bindgen_ty_1__bindgen_ty_8> for kvm_run__bindgen_ty_1__bindgen_ty_8
impl PartialEq<kvm_run__bindgen_ty_1__bindgen_ty_8> for kvm_run__bindgen_ty_1__bindgen_ty_8
sourcefn eq(&self, other: &kvm_run__bindgen_ty_1__bindgen_ty_8) -> bool
fn eq(&self, other: &kvm_run__bindgen_ty_1__bindgen_ty_8) -> bool
impl Copy for kvm_run__bindgen_ty_1__bindgen_ty_8
impl StructuralPartialEq for kvm_run__bindgen_ty_1__bindgen_ty_8
Auto Trait Implementations
impl RefUnwindSafe for kvm_run__bindgen_ty_1__bindgen_ty_8
impl Send for kvm_run__bindgen_ty_1__bindgen_ty_8
impl Sync for kvm_run__bindgen_ty_1__bindgen_ty_8
impl Unpin for kvm_run__bindgen_ty_1__bindgen_ty_8
impl UnwindSafe for kvm_run__bindgen_ty_1__bindgen_ty_8
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