pub struct Afr<HL, const P: char> { /* private fields */ }Expand description
Opaque AFR register
Auto Trait Implementations§
impl<HL, const P: char> Freeze for Afr<HL, P>
impl<HL, const P: char> RefUnwindSafe for Afr<HL, P>where
HL: RefUnwindSafe,
impl<HL, const P: char> Send for Afr<HL, P>where
HL: Send,
impl<HL, const P: char> Sync for Afr<HL, P>where
HL: Sync,
impl<HL, const P: char> Unpin for Afr<HL, P>where
HL: Unpin,
impl<HL, const P: char> UnwindSafe for Afr<HL, P>where
HL: UnwindSafe,
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