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