#[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_PTRImplementations§
Trait Implementations§
Source§impl Clone for MMPFN_IDENTITY_u2
impl Clone for MMPFN_IDENTITY_u2
Source§fn clone(&self) -> MMPFN_IDENTITY_u2
fn clone(&self) -> MMPFN_IDENTITY_u2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MMPFN_IDENTITY_u2
Auto Trait Implementations§
impl Freeze for MMPFN_IDENTITY_u2
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§
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