pub struct IDCODE { /* private fields */ }
Expand description
MCU Device ID Code Register
Implementations§
Auto Trait Implementations§
impl !Freeze for IDCODE
impl !RefUnwindSafe for IDCODE
impl Send for IDCODE
impl !Sync for IDCODE
impl Unpin for IDCODE
impl UnwindSafe for IDCODE
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