Struct kvm_sys::x86::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: u32
§pad: u32
§pc: u64
§dr6: u64
§dr7: u64
Trait Implementations§
source§impl Clone for kvm_debug_exit_arch
impl Clone for kvm_debug_exit_arch
source§fn clone(&self) -> kvm_debug_exit_arch
fn clone(&self) -> kvm_debug_exit_arch
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 Debug for kvm_debug_exit_arch
impl Debug for kvm_debug_exit_arch
source§impl Default for kvm_debug_exit_arch
impl Default for kvm_debug_exit_arch
source§fn default() -> kvm_debug_exit_arch
fn default() -> kvm_debug_exit_arch
Returns the “default value” for a type. Read more
impl Copy 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§
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