Struct ntapi::ntpfapi::PF_REPURPOSED_BY_PREFETCH_INFO
source · [−]#[repr(C)]pub struct PF_REPURPOSED_BY_PREFETCH_INFO {
pub Version: ULONG,
pub RepurposedByPrefetch: ULONG,
}
Fields
Version: ULONG
RepurposedByPrefetch: ULONG
Trait Implementations
sourceimpl Clone for PF_REPURPOSED_BY_PREFETCH_INFO
impl Clone for PF_REPURPOSED_BY_PREFETCH_INFO
sourcefn clone(&self) -> PF_REPURPOSED_BY_PREFETCH_INFO
fn clone(&self) -> PF_REPURPOSED_BY_PREFETCH_INFO
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_REPURPOSED_BY_PREFETCH_INFO
Auto Trait Implementations
impl RefUnwindSafe for PF_REPURPOSED_BY_PREFETCH_INFO
impl Send for PF_REPURPOSED_BY_PREFETCH_INFO
impl Sync for PF_REPURPOSED_BY_PREFETCH_INFO
impl Unpin for PF_REPURPOSED_BY_PREFETCH_INFO
impl UnwindSafe for PF_REPURPOSED_BY_PREFETCH_INFO
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