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