pub struct AFRH { /* private fields */ }
Expand description
Opaque AFRH register
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