pub struct IdIsar2(pub u32);Expand description
ID_ISAR2 (Instruction Set Attribute Register 2)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for IdIsar2
impl SysRegRead for IdIsar2
impl Copy for IdIsar2
Auto Trait Implementations§
impl Freeze for IdIsar2
impl RefUnwindSafe for IdIsar2
impl Send for IdIsar2
impl Sync for IdIsar2
impl Unpin for IdIsar2
impl UnwindSafe for IdIsar2
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