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