#[repr(i32)]pub enum PREFETCHER_INFORMATION_CLASS {
PrefetcherRetrieveTrace,
PrefetcherSystemParameters,
PrefetcherBootPhase,
PrefetcherSpare1,
PrefetcherBootControl,
PrefetcherScenarioPolicyControl,
PrefetcherSpare2,
PrefetcherAppLaunchScenarioControl,
PrefetcherInformationMax,
}Variants§
PrefetcherRetrieveTrace
PrefetcherSystemParameters
PrefetcherBootPhase
PrefetcherSpare1
PrefetcherBootControl
PrefetcherScenarioPolicyControl
PrefetcherSpare2
PrefetcherAppLaunchScenarioControl
PrefetcherInformationMax
Trait Implementations§
source§impl Clone for PREFETCHER_INFORMATION_CLASS
impl Clone for PREFETCHER_INFORMATION_CLASS
source§fn clone(&self) -> PREFETCHER_INFORMATION_CLASS
fn clone(&self) -> PREFETCHER_INFORMATION_CLASS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Hash for PREFETCHER_INFORMATION_CLASS
impl Hash for PREFETCHER_INFORMATION_CLASS
source§impl PartialEq<PREFETCHER_INFORMATION_CLASS> for PREFETCHER_INFORMATION_CLASS
impl PartialEq<PREFETCHER_INFORMATION_CLASS> for PREFETCHER_INFORMATION_CLASS
source§fn eq(&self, other: &PREFETCHER_INFORMATION_CLASS) -> bool
fn eq(&self, other: &PREFETCHER_INFORMATION_CLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PREFETCHER_INFORMATION_CLASS
impl Eq for PREFETCHER_INFORMATION_CLASS
impl StructuralEq for PREFETCHER_INFORMATION_CLASS
impl StructuralPartialEq for PREFETCHER_INFORMATION_CLASS
Auto Trait Implementations§
impl RefUnwindSafe for PREFETCHER_INFORMATION_CLASS
impl Send for PREFETCHER_INFORMATION_CLASS
impl Sync for PREFETCHER_INFORMATION_CLASS
impl Unpin for PREFETCHER_INFORMATION_CLASS
impl UnwindSafe for PREFETCHER_INFORMATION_CLASS
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