pub struct CLIDR { /* private fields */ }
Expand description
Cache Level ID register
Implementations§
Auto Trait Implementations§
impl !Freeze for CLIDR
impl !RefUnwindSafe for CLIDR
impl Send for CLIDR
impl !Sync for CLIDR
impl Unpin for CLIDR
impl UnwindSafe for CLIDR
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