pub struct Stm32 {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stm32
impl RefUnwindSafe for Stm32
impl Send for Stm32
impl Sync for Stm32
impl Unpin for Stm32
impl UnwindSafe for Stm32
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