pub enum TlbAssoc {
Disabled,
Way(u8),
WayRange(Range<u8>),
Full,
Invalid,
}Variants§
Trait Implementations§
impl Eq for TlbAssoc
impl StructuralPartialEq for TlbAssoc
Auto Trait Implementations§
impl Freeze for TlbAssoc
impl RefUnwindSafe for TlbAssoc
impl Send for TlbAssoc
impl Sync for TlbAssoc
impl Unpin for TlbAssoc
impl UnwindSafe for TlbAssoc
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