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