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