pub enum VmmMapPfnType {
Zero,
Free,
Standby,
Modified,
ModifiedNoWrite,
Bad,
Active,
Transition,
}
Variants§
Trait Implementations§
Source§impl Clone for VmmMapPfnType
impl Clone for VmmMapPfnType
Source§fn clone(&self) -> VmmMapPfnType
fn clone(&self) -> VmmMapPfnType
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 VmmMapPfnType
impl Debug for VmmMapPfnType
Source§impl<'de> Deserialize<'de> for VmmMapPfnType
impl<'de> Deserialize<'de> for VmmMapPfnType
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 VmmMapPfnType
impl Display for VmmMapPfnType
Source§impl From<u32> for VmmMapPfnType
impl From<u32> for VmmMapPfnType
Source§impl Serialize for VmmMapPfnType
impl Serialize for VmmMapPfnType
impl Copy for VmmMapPfnType
Auto Trait Implementations§
impl Freeze for VmmMapPfnType
impl RefUnwindSafe for VmmMapPfnType
impl Send for VmmMapPfnType
impl Sync for VmmMapPfnType
impl Unpin for VmmMapPfnType
impl UnwindSafe for VmmMapPfnType
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