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