pub struct Clidr(pub u32);Expand description
CLIDR (Cache Level ID Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Clidr
impl SysRegRead for Clidr
impl Copy for Clidr
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