#[repr(C)]pub struct kvm_debug_exit_arch {}
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 duplicate 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
impl Copy for kvm_debug_exit_arch
Auto Trait Implementations§
impl Freeze for kvm_debug_exit_arch
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