pub enum NotifyVmexitOption {
run,
internal_error,
disable,
}
Variants§
Trait Implementations§
Source§impl Clone for NotifyVmexitOption
impl Clone for NotifyVmexitOption
Source§fn clone(&self) -> NotifyVmexitOption
fn clone(&self) -> NotifyVmexitOption
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 NotifyVmexitOption
impl Debug for NotifyVmexitOption
Source§impl<'de> Deserialize<'de> for NotifyVmexitOption
impl<'de> Deserialize<'de> for NotifyVmexitOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for NotifyVmexitOption
impl Enum for NotifyVmexitOption
Source§impl FromStr for NotifyVmexitOption
impl FromStr for NotifyVmexitOption
Source§impl Hash for NotifyVmexitOption
impl Hash for NotifyVmexitOption
Source§impl Ord for NotifyVmexitOption
impl Ord for NotifyVmexitOption
Source§fn cmp(&self, other: &NotifyVmexitOption) -> Ordering
fn cmp(&self, other: &NotifyVmexitOption) -> 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 NotifyVmexitOption
impl PartialEq for NotifyVmexitOption
Source§impl PartialOrd for NotifyVmexitOption
impl PartialOrd for NotifyVmexitOption
Source§impl Serialize for NotifyVmexitOption
impl Serialize for NotifyVmexitOption
impl Copy for NotifyVmexitOption
impl Eq for NotifyVmexitOption
impl StructuralPartialEq for NotifyVmexitOption
Auto Trait Implementations§
impl Freeze for NotifyVmexitOption
impl RefUnwindSafe for NotifyVmexitOption
impl Send for NotifyVmexitOption
impl Sync for NotifyVmexitOption
impl Unpin for NotifyVmexitOption
impl UnwindSafe for NotifyVmexitOption
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