#[repr(i32)]pub enum STORE_INFORMATION_CLASS {
Show 24 variants
StorePageRequest,
StoreStatsRequest,
StoreCreateRequest,
StoreDeleteRequest,
StoreListRequest,
Available1,
StoreEmptyRequest,
CacheListRequest,
CacheCreateRequest,
CacheDeleteRequest,
CacheStoreCreateRequest,
CacheStoreDeleteRequest,
CacheStatsRequest,
Available2,
RegistrationRequest,
GlobalCacheStatsRequest,
StoreResizeRequest,
CacheStoreResizeRequest,
SmConfigRequest,
StoreHighMemoryPriorityRequest,
SystemStoreTrimRequest,
MemCompressionInfoRequest,
ProcessStoreInfoRequest,
StoreInformationMax,
}Variants§
StorePageRequest
StoreStatsRequest
StoreCreateRequest
StoreDeleteRequest
StoreListRequest
Available1
StoreEmptyRequest
CacheListRequest
CacheCreateRequest
CacheDeleteRequest
CacheStoreCreateRequest
CacheStoreDeleteRequest
CacheStatsRequest
Available2
RegistrationRequest
GlobalCacheStatsRequest
StoreResizeRequest
CacheStoreResizeRequest
SmConfigRequest
StoreHighMemoryPriorityRequest
SystemStoreTrimRequest
MemCompressionInfoRequest
ProcessStoreInfoRequest
StoreInformationMax
Trait Implementations§
source§impl Clone for STORE_INFORMATION_CLASS
impl Clone for STORE_INFORMATION_CLASS
source§fn clone(&self) -> STORE_INFORMATION_CLASS
fn clone(&self) -> STORE_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 Debug for STORE_INFORMATION_CLASS
impl Debug for STORE_INFORMATION_CLASS
source§impl Hash for STORE_INFORMATION_CLASS
impl Hash for STORE_INFORMATION_CLASS
source§impl PartialEq<STORE_INFORMATION_CLASS> for STORE_INFORMATION_CLASS
impl PartialEq<STORE_INFORMATION_CLASS> for STORE_INFORMATION_CLASS
source§fn eq(&self, other: &STORE_INFORMATION_CLASS) -> bool
fn eq(&self, other: &STORE_INFORMATION_CLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for STORE_INFORMATION_CLASS
impl Eq for STORE_INFORMATION_CLASS
impl StructuralEq for STORE_INFORMATION_CLASS
impl StructuralPartialEq for STORE_INFORMATION_CLASS
Auto Trait Implementations§
impl RefUnwindSafe for STORE_INFORMATION_CLASS
impl Send for STORE_INFORMATION_CLASS
impl Sync for STORE_INFORMATION_CLASS
impl Unpin for STORE_INFORMATION_CLASS
impl UnwindSafe for STORE_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