#[repr(u8)]pub enum Csizeswselect {
ConfCsize1kb = 0,
ConfCsize2kb = 1,
ConfCsize4kb = 2,
}
Expand description
Cache size configured by software
Value on reset: 2
Variants§
ConfCsize1kb = 0
0: The Cache Size is configured to 1KB
ConfCsize2kb = 1
1: The Cache Size is configured to 2KB
ConfCsize4kb = 2
2: The Cache Size is configured to 4KB
Trait Implementations§
Source§impl Clone for Csizeswselect
impl Clone for Csizeswselect
Source§fn clone(&self) -> Csizeswselect
fn clone(&self) -> Csizeswselect
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 Csizeswselect
impl Debug for Csizeswselect
Source§impl From<Csizeswselect> for u8
impl From<Csizeswselect> for u8
Source§fn from(variant: Csizeswselect) -> Self
fn from(variant: Csizeswselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Csizeswselect
impl PartialEq for Csizeswselect
impl Copy for Csizeswselect
impl Eq for Csizeswselect
impl IsEnum for Csizeswselect
impl StructuralPartialEq for Csizeswselect
Auto Trait Implementations§
impl Freeze for Csizeswselect
impl RefUnwindSafe for Csizeswselect
impl Send for Csizeswselect
impl Sync for Csizeswselect
impl Unpin for Csizeswselect
impl UnwindSafe for Csizeswselect
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