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