pub enum VmEventRegs {
X86(VmEventRegsX86),
}
Variants§
X86(VmEventRegsX86)
Trait Implementations§
Source§impl Debug for VmEventRegs
impl Debug for VmEventRegs
Source§impl From<VmEventRegs> for vm_event_regs_x86
impl From<VmEventRegs> for vm_event_regs_x86
Source§fn from(value: VmEventRegs) -> Self
fn from(value: VmEventRegs) -> Self
Converts to this type from the input type.
Source§impl From<vm_event_regs_x86> for VmEventRegs
impl From<vm_event_regs_x86> for VmEventRegs
Source§fn from(value: vm_event_regs_x86) -> Self
fn from(value: vm_event_regs_x86) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VmEventRegs
impl RefUnwindSafe for VmEventRegs
impl Send for VmEventRegs
impl Sync for VmEventRegs
impl Unpin for VmEventRegs
impl UnwindSafe for VmEventRegs
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