Struct ntapi::ntmmapi::MMPFN_IDENTITY
source · [−]#[repr(C)]pub struct MMPFN_IDENTITY {
pub u1: MMPFN_IDENTITY_u1,
pub PageFrameIndex: ULONG_PTR,
pub u2: MMPFN_IDENTITY_u2,
}
Fields
u1: MMPFN_IDENTITY_u1
PageFrameIndex: ULONG_PTR
u2: MMPFN_IDENTITY_u2
Trait Implementations
sourceimpl Clone for MMPFN_IDENTITY
impl Clone for MMPFN_IDENTITY
sourcefn clone(&self) -> MMPFN_IDENTITY
fn clone(&self) -> MMPFN_IDENTITY
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
Auto Trait Implementations
impl RefUnwindSafe for MMPFN_IDENTITY
impl Send for MMPFN_IDENTITY
impl Sync for MMPFN_IDENTITY
impl Unpin for MMPFN_IDENTITY
impl UnwindSafe for MMPFN_IDENTITY
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