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