Struct windows_native::ntpfapi::PREFETCHER_INFORMATION
source ยท #[repr(C)]pub struct PREFETCHER_INFORMATION {
pub Version: u32,
pub Magic: u32,
pub PrefetcherInformationClass: PREFETCHER_INFORMATION_CLASS,
pub PrefetcherInformation: *mut c_void,
pub PrefetcherInformationLength: u32,
}Fieldsยง
ยงVersion: u32ยงMagic: u32ยงPrefetcherInformationClass: PREFETCHER_INFORMATION_CLASSยงPrefetcherInformation: *mut c_voidยงPrefetcherInformationLength: u32Trait Implementationsยง
sourceยงimpl Debug for PREFETCHER_INFORMATION
impl Debug 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ยง
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