pub enum NotifyVMExitType {
Run,
InternalError,
Disable,
NotifyWindow(usize),
}Variants§
Trait Implementations§
Source§impl Clone for NotifyVMExitType
impl Clone for NotifyVMExitType
Source§fn clone(&self) -> NotifyVMExitType
fn clone(&self) -> NotifyVMExitType
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 NotifyVMExitType
impl Debug for NotifyVMExitType
Source§impl Hash for NotifyVMExitType
impl Hash for NotifyVMExitType
Source§impl Ord for NotifyVMExitType
impl Ord for NotifyVMExitType
Source§fn cmp(&self, other: &NotifyVMExitType) -> Ordering
fn cmp(&self, other: &NotifyVMExitType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NotifyVMExitType
impl PartialEq for NotifyVMExitType
Source§impl PartialOrd for NotifyVMExitType
impl PartialOrd for NotifyVMExitType
impl Eq for NotifyVMExitType
impl StructuralPartialEq for NotifyVMExitType
Auto Trait Implementations§
impl Freeze for NotifyVMExitType
impl RefUnwindSafe for NotifyVMExitType
impl Send for NotifyVMExitType
impl Sync for NotifyVMExitType
impl Unpin for NotifyVMExitType
impl UnwindSafe for NotifyVMExitType
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