#[repr(u8)]pub enum Ramsize {
ALL = 0,
HALF = 1,
QUARTER = 2,
NONE = 3,
}
Variants§
ALL = 0
All RAM is used for cache memory
HALF = 1
Half of the RAM is used for cache memory
QUARTER = 2
Quarter of the RAM is used for cache memory
NONE = 3
None of the RAM is used for cache memory
Implementations§
Trait Implementations§
Source§impl Ord for Ramsize
impl Ord for Ramsize
Source§impl PartialOrd for Ramsize
impl PartialOrd for Ramsize
impl Copy for Ramsize
impl Eq for Ramsize
impl StructuralPartialEq for Ramsize
Auto Trait Implementations§
impl Freeze for Ramsize
impl RefUnwindSafe for Ramsize
impl Send for Ramsize
impl Sync for Ramsize
impl Unpin for Ramsize
impl UnwindSafe for Ramsize
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)