#[repr(C)]pub struct ExitDebug {
pub arch: kvm_debug_exit_arch,
}
Fields§
§arch: kvm_debug_exit_arch
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExitDebug
impl RefUnwindSafe for ExitDebug
impl Send for ExitDebug
impl Sync for ExitDebug
impl Unpin for ExitDebug
impl UnwindSafe for ExitDebug
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