pub struct FMU0 { /* private fields */ }Expand description
FMU0 peripheral
Implementations§
Trait Implementations§
impl Copy for FMU0
impl PeripheralType for FMU0
Auto Trait Implementations§
impl Freeze for FMU0
impl RefUnwindSafe for FMU0
impl Send for FMU0
impl Sync for FMU0
impl Unpin for FMU0
impl UnwindSafe for FMU0
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