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