pub struct Tpidrprw(pub u32);Expand description
TPIDRPRW (EL1 Software Thread ID Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Tpidrprw
impl SysRegRead for Tpidrprw
Source§impl SysRegWrite for Tpidrprw
impl SysRegWrite for Tpidrprw
impl Copy for Tpidrprw
Auto Trait Implementations§
impl Freeze for Tpidrprw
impl RefUnwindSafe for Tpidrprw
impl Send for Tpidrprw
impl Sync for Tpidrprw
impl Unpin for Tpidrprw
impl UnwindSafe for Tpidrprw
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