[][src]Union ntapi::ntmmapi::MMPFN_IDENTITY_u2

#[repr(C)]pub union MMPFN_IDENTITY_u2 {
    pub e1: ULONG_PTR,
    pub e2_CombinedPage: ULONG_PTR,
    pub FileObject: ULONG_PTR,
    pub UniqueFileObjectKey: ULONG_PTR,
    pub ProtoPteAddress: ULONG_PTR,
    pub VirtualAddress: ULONG_PTR,
}

Fields

e1: ULONG_PTRe2_CombinedPage: ULONG_PTRFileObject: ULONG_PTRUniqueFileObjectKey: ULONG_PTRProtoPteAddress: ULONG_PTRVirtualAddress: ULONG_PTR

Implementations

impl MMPFN_IDENTITY_u2[src]

pub unsafe fn Image(&self) -> ULONG_PTR[src]

pub unsafe fn set_Image(&mut self, val: ULONG_PTR)[src]

pub unsafe fn Mismatch(&self) -> ULONG_PTR[src]

pub unsafe fn set_Mismatch(&mut self, val: ULONG_PTR)[src]

Trait Implementations

impl Clone for MMPFN_IDENTITY_u2[src]

impl Copy for MMPFN_IDENTITY_u2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.