pub struct AFIO { /* private fields */ }
Expand description
Alternate function I/O
Implementations§
Trait Implementations§
Source§impl Enable for AFIO
impl Enable for AFIO
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
impl Send for AFIO
Auto Trait Implementations§
impl Freeze for AFIO
impl RefUnwindSafe for AFIO
impl !Sync for AFIO
impl Unpin for AFIO
impl UnwindSafe for AFIO
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