Enum stm32_metapac::icache::vals::Waysel
#[repr(u8)]pub enum Waysel {
DIRECTMAPPED = 0,
NWAYSETASSOCIATIVE = 1,
}
Variants§
DIRECTMAPPED = 0
direct mapped cache (1-way cache)
NWAYSETASSOCIATIVE = 1
n-way set associative cache (reset value)
Implementations§
Trait Implementations§
§impl Ord for Waysel
impl Ord for Waysel
§impl PartialOrd for Waysel
impl PartialOrd for Waysel
impl Copy for Waysel
impl Eq for Waysel
impl StructuralPartialEq for Waysel
Auto Trait Implementations§
impl Freeze for Waysel
impl RefUnwindSafe for Waysel
impl Send for Waysel
impl Sync for Waysel
impl Unpin for Waysel
impl UnwindSafe for Waysel
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
)