Struct ntapi::ntpfapi::PREFETCHER_INFORMATION
source · [−]#[repr(C)]pub struct PREFETCHER_INFORMATION {
pub Version: ULONG,
pub Magic: ULONG,
pub PrefetcherInformationClass: PREFETCHER_INFORMATION_CLASS,
pub PrefetcherInformation: PVOID,
pub PrefetcherInformationLength: ULONG,
}
Fields
Version: ULONG
Magic: ULONG
PrefetcherInformationClass: PREFETCHER_INFORMATION_CLASS
PrefetcherInformation: PVOID
PrefetcherInformationLength: ULONG
Trait Implementations
sourceimpl Clone for PREFETCHER_INFORMATION
impl Clone for PREFETCHER_INFORMATION
sourcefn clone(&self) -> PREFETCHER_INFORMATION
fn clone(&self) -> PREFETCHER_INFORMATION
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 PREFETCHER_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for PREFETCHER_INFORMATION
impl !Send for PREFETCHER_INFORMATION
impl !Sync for PREFETCHER_INFORMATION
impl Unpin for PREFETCHER_INFORMATION
impl UnwindSafe for PREFETCHER_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more