Struct FMC
pub struct FMC { /* private fields */ }
Expand description
FMC peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for FMC
impl Peripheral for FMC
impl Instance for FMC
impl RccPeripheral for FMC
Auto Trait Implementations§
impl Freeze for FMC
impl RefUnwindSafe for FMC
impl Send for FMC
impl Sync for FMC
impl Unpin for FMC
impl UnwindSafe for FMC
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