#[repr(C)]pub struct Afrh { /* private fields */ }
Expand description
GPIO alternate function high register
Implementations§
Auto Trait Implementations§
impl Freeze for Afrh
impl RefUnwindSafe for Afrh
impl Send for Afrh
impl Sync for Afrh
impl Unpin for Afrh
impl UnwindSafe for Afrh
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