pub enum HyperXState {
Unknown,
RealVM,
ArtifactVM,
Enlightenment,
}Expand description
Hyper-X classification state.
Variants§
Trait Implementations§
Source§impl Clone for HyperXState
impl Clone for HyperXState
Source§fn clone(&self) -> HyperXState
fn clone(&self) -> HyperXState
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 HyperXState
impl Debug for HyperXState
Source§impl Default for HyperXState
impl Default for HyperXState
Source§fn default() -> HyperXState
fn default() -> HyperXState
Returns the “default value” for a type. Read more
Source§impl PartialEq for HyperXState
impl PartialEq for HyperXState
impl Copy for HyperXState
impl Eq for HyperXState
impl StructuralPartialEq for HyperXState
Auto Trait Implementations§
impl Freeze for HyperXState
impl RefUnwindSafe for HyperXState
impl Send for HyperXState
impl Sync for HyperXState
impl Unpin for HyperXState
impl UnsafeUnpin for HyperXState
impl UnwindSafe for HyperXState
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