Struct kvm_bindings::kvm_debug_exit_arch
source · #[repr(C)]pub struct kvm_debug_exit_arch {
pub exception: __u32,
pub pad: __u32,
pub pc: __u64,
pub dr6: __u64,
pub dr7: __u64,
}Fields
exception: __u32pad: __u32pc: __u64dr6: __u64dr7: __u64Trait Implementations
sourceimpl Clone for kvm_debug_exit_arch
impl Clone for kvm_debug_exit_arch
sourcefn clone(&self) -> kvm_debug_exit_arch
fn clone(&self) -> kvm_debug_exit_arch
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 Debug for kvm_debug_exit_arch
impl Debug for kvm_debug_exit_arch
sourceimpl Default for kvm_debug_exit_arch
impl Default for kvm_debug_exit_arch
sourcefn default() -> kvm_debug_exit_arch
fn default() -> kvm_debug_exit_arch
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_debug_exit_arch> for kvm_debug_exit_arch
impl PartialEq<kvm_debug_exit_arch> for kvm_debug_exit_arch
sourcefn eq(&self, other: &kvm_debug_exit_arch) -> bool
fn eq(&self, other: &kvm_debug_exit_arch) -> bool
impl Copy for kvm_debug_exit_arch
impl StructuralPartialEq for kvm_debug_exit_arch
Auto Trait Implementations
impl RefUnwindSafe for kvm_debug_exit_arch
impl Send for kvm_debug_exit_arch
impl Sync for kvm_debug_exit_arch
impl Unpin for kvm_debug_exit_arch
impl UnwindSafe for kvm_debug_exit_arch
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