pub enum VmmIntegrityLevelType {
Unknown,
Untrusted,
Low,
Medium,
MediumPlus,
High,
System,
Protected,
}
Variants§
Trait Implementations§
Source§impl Clone for VmmIntegrityLevelType
impl Clone for VmmIntegrityLevelType
Source§fn clone(&self) -> VmmIntegrityLevelType
fn clone(&self) -> VmmIntegrityLevelType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VmmIntegrityLevelType
impl Debug for VmmIntegrityLevelType
Source§impl<'de> Deserialize<'de> for VmmIntegrityLevelType
impl<'de> Deserialize<'de> for VmmIntegrityLevelType
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 Display for VmmIntegrityLevelType
impl Display for VmmIntegrityLevelType
Source§impl From<u32> for VmmIntegrityLevelType
impl From<u32> for VmmIntegrityLevelType
Source§impl Serialize for VmmIntegrityLevelType
impl Serialize for VmmIntegrityLevelType
impl Copy for VmmIntegrityLevelType
Auto Trait Implementations§
impl Freeze for VmmIntegrityLevelType
impl RefUnwindSafe for VmmIntegrityLevelType
impl Send for VmmIntegrityLevelType
impl Sync for VmmIntegrityLevelType
impl Unpin for VmmIntegrityLevelType
impl UnwindSafe for VmmIntegrityLevelType
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