Struct embassy_stm32::peripherals::UID
source · pub struct UID { /* private fields */ }
Expand description
UID peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UID
impl RefUnwindSafe for UID
impl Send for UID
impl Sync for UID
impl Unpin for UID
impl UnwindSafe for UID
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