Enum Wy
#[repr(u8)]pub enum Wy {
_0000 = 0,
_0010 = 2,
_0100 = 4,
}Expand description
Level 1 Cache Ways
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Wy
impl Eq for Wy
impl IsEnum for Wy
impl StructuralPartialEq for Wy
Auto Trait Implementations§
impl Freeze for Wy
impl RefUnwindSafe for Wy
impl Send for Wy
impl Sync for Wy
impl Unpin for Wy
impl UnwindSafe for Wy
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