pub enum VcpuResponse_Wait_oneof_exit {
init(VcpuResponse_Wait_Init),
io(VcpuResponse_Wait_Io),
user(VcpuResponse_Wait_User),
hyperv_call(VcpuResponse_Wait_HypervCall),
hyperv_synic(VcpuResponse_Wait_HypervSynic),
}
Variants
init(VcpuResponse_Wait_Init)
io(VcpuResponse_Wait_Io)
user(VcpuResponse_Wait_User)
hyperv_call(VcpuResponse_Wait_HypervCall)
hyperv_synic(VcpuResponse_Wait_HypervSynic)
Trait Implementations
sourceimpl Clone for VcpuResponse_Wait_oneof_exit
impl Clone for VcpuResponse_Wait_oneof_exit
sourcefn clone(&self) -> VcpuResponse_Wait_oneof_exit
fn clone(&self) -> VcpuResponse_Wait_oneof_exit
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 VcpuResponse_Wait_oneof_exit
impl Debug for VcpuResponse_Wait_oneof_exit
sourceimpl PartialEq<VcpuResponse_Wait_oneof_exit> for VcpuResponse_Wait_oneof_exit
impl PartialEq<VcpuResponse_Wait_oneof_exit> for VcpuResponse_Wait_oneof_exit
sourcefn eq(&self, other: &VcpuResponse_Wait_oneof_exit) -> bool
fn eq(&self, other: &VcpuResponse_Wait_oneof_exit) -> bool
impl StructuralPartialEq for VcpuResponse_Wait_oneof_exit
Auto Trait Implementations
impl RefUnwindSafe for VcpuResponse_Wait_oneof_exit
impl Send for VcpuResponse_Wait_oneof_exit
impl Sync for VcpuResponse_Wait_oneof_exit
impl Unpin for VcpuResponse_Wait_oneof_exit
impl UnwindSafe for VcpuResponse_Wait_oneof_exit
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