Union ntapi::ntmmapi::MMPFN_IDENTITY_u2
source · [−]#[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_PTR
e2_CombinedPage: ULONG_PTR
FileObject: ULONG_PTR
UniqueFileObjectKey: ULONG_PTR
ProtoPteAddress: ULONG_PTR
VirtualAddress: ULONG_PTR
Implementations
Trait Implementations
sourceimpl Clone for MMPFN_IDENTITY_u2
impl Clone for MMPFN_IDENTITY_u2
sourcefn clone(&self) -> MMPFN_IDENTITY_u2
fn clone(&self) -> MMPFN_IDENTITY_u2
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MMPFN_IDENTITY_u2
Auto Trait Implementations
impl RefUnwindSafe for MMPFN_IDENTITY_u2
impl Send for MMPFN_IDENTITY_u2
impl Sync for MMPFN_IDENTITY_u2
impl Unpin for MMPFN_IDENTITY_u2
impl UnwindSafe for MMPFN_IDENTITY_u2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more