pub struct L1C { /* private fields */ }Expand description
L1 Cache control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L1C
impl RefUnwindSafe for L1C
impl !Sync for L1C
impl Unpin for L1C
impl UnwindSafe for L1C
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