Struct ntapi::ntpfapi::PF_PFN_PRIO_REQUEST
source · [−]#[repr(C)]pub struct PF_PFN_PRIO_REQUEST {
pub Version: ULONG,
pub RequestFlags: ULONG,
pub PfnCount: ULONG_PTR,
pub MemInfo: SYSTEM_MEMORY_LIST_INFORMATION,
pub PageData: [MMPFN_IDENTITY; 256],
}
Fields
Version: ULONG
RequestFlags: ULONG
PfnCount: ULONG_PTR
MemInfo: SYSTEM_MEMORY_LIST_INFORMATION
PageData: [MMPFN_IDENTITY; 256]
Trait Implementations
sourceimpl Clone for PF_PFN_PRIO_REQUEST
impl Clone for PF_PFN_PRIO_REQUEST
sourcefn clone(&self) -> PF_PFN_PRIO_REQUEST
fn clone(&self) -> PF_PFN_PRIO_REQUEST
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 PF_PFN_PRIO_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for PF_PFN_PRIO_REQUEST
impl Send for PF_PFN_PRIO_REQUEST
impl Sync for PF_PFN_PRIO_REQUEST
impl Unpin for PF_PFN_PRIO_REQUEST
impl UnwindSafe for PF_PFN_PRIO_REQUEST
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