pub struct Contextidr(pub u32);Expand description
CONTEXTIDR (Context ID Register)
Tuple Fields§
§0: u32Implementations§
Source§impl Contextidr
impl Contextidr
Sourcepub fn read() -> Contextidr
pub fn read() -> Contextidr
Reads CONTEXTIDR (Context ID Register)
Trait Implementations§
Source§impl Clone for Contextidr
impl Clone for Contextidr
Source§fn clone(&self) -> Contextidr
fn clone(&self) -> Contextidr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Contextidr
impl Debug for Contextidr
Source§impl SysReg for Contextidr
impl SysReg for Contextidr
Source§impl SysRegRead for Contextidr
impl SysRegRead for Contextidr
Source§impl SysRegWrite for Contextidr
impl SysRegWrite for Contextidr
impl Copy for Contextidr
Auto Trait Implementations§
impl Freeze for Contextidr
impl RefUnwindSafe for Contextidr
impl Send for Contextidr
impl Sync for Contextidr
impl Unpin for Contextidr
impl UnwindSafe for Contextidr
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