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