pub struct Cache { /* private fields */ }Implementations§
Source§impl Cache
impl Cache
Sourcepub const fn ccalcf(&self) -> &'static Reg<Ccalcf_SPEC, RW>
pub const fn ccalcf(&self) -> &'static Reg<Ccalcf_SPEC, RW>
C-Cache Line Configuration Register
Sourcepub const fn scalcf(&self) -> &'static Reg<Scalcf_SPEC, RW>
pub const fn scalcf(&self) -> &'static Reg<Scalcf_SPEC, RW>
S-Cache Line Configuration Register
Trait Implementations§
impl Copy for Cache
impl Eq for Cache
impl Send for Cache
CACHE
impl StructuralPartialEq for Cache
impl Sync for Cache
Auto Trait Implementations§
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