pub enum VmmMapPfnTypeExtended {
Unknown,
Unused,
ProcessPrivate,
PageTable,
LargePage,
DriverLocked,
Shareable,
File,
}Variants§
Trait Implementations§
Source§impl Clone for VmmMapPfnTypeExtended
impl Clone for VmmMapPfnTypeExtended
Source§fn clone(&self) -> VmmMapPfnTypeExtended
fn clone(&self) -> VmmMapPfnTypeExtended
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VmmMapPfnTypeExtended
Source§impl Debug for VmmMapPfnTypeExtended
impl Debug for VmmMapPfnTypeExtended
Source§impl<'de> Deserialize<'de> for VmmMapPfnTypeExtended
impl<'de> Deserialize<'de> for VmmMapPfnTypeExtended
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 VmmMapPfnTypeExtended
impl Display for VmmMapPfnTypeExtended
Source§impl From<u32> for VmmMapPfnTypeExtended
impl From<u32> for VmmMapPfnTypeExtended
Auto Trait Implementations§
impl Freeze for VmmMapPfnTypeExtended
impl RefUnwindSafe for VmmMapPfnTypeExtended
impl Send for VmmMapPfnTypeExtended
impl Sync for VmmMapPfnTypeExtended
impl Unpin for VmmMapPfnTypeExtended
impl UnsafeUnpin for VmmMapPfnTypeExtended
impl UnwindSafe for VmmMapPfnTypeExtended
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