#[repr(i32)]pub enum DISK_CACHE_RETENTION_PRIORITY {
EqualPriority = 0,
KeepPrefetchedData = 1,
KeepReadData = 2,
}Variants§
Trait Implementations§
Source§impl Clone for DISK_CACHE_RETENTION_PRIORITY
impl Clone for DISK_CACHE_RETENTION_PRIORITY
Source§fn clone(&self) -> DISK_CACHE_RETENTION_PRIORITY
fn clone(&self) -> DISK_CACHE_RETENTION_PRIORITY
Returns a duplicate 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 DISK_CACHE_RETENTION_PRIORITY
impl Hash for DISK_CACHE_RETENTION_PRIORITY
Source§impl PartialEq for DISK_CACHE_RETENTION_PRIORITY
impl PartialEq for DISK_CACHE_RETENTION_PRIORITY
Source§fn eq(&self, other: &DISK_CACHE_RETENTION_PRIORITY) -> bool
fn eq(&self, other: &DISK_CACHE_RETENTION_PRIORITY) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DISK_CACHE_RETENTION_PRIORITY
impl Eq for DISK_CACHE_RETENTION_PRIORITY
impl StructuralPartialEq for DISK_CACHE_RETENTION_PRIORITY
Auto Trait Implementations§
impl Freeze for DISK_CACHE_RETENTION_PRIORITY
impl RefUnwindSafe for DISK_CACHE_RETENTION_PRIORITY
impl Send for DISK_CACHE_RETENTION_PRIORITY
impl Sync for DISK_CACHE_RETENTION_PRIORITY
impl Unpin for DISK_CACHE_RETENTION_PRIORITY
impl UnwindSafe for DISK_CACHE_RETENTION_PRIORITY
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