pub struct AFRL { /* private fields */ }
Expand description
Opaque AFRL register
Auto Trait Implementations§
impl Freeze for AFRL
impl RefUnwindSafe for AFRL
impl Send for AFRL
impl Sync for AFRL
impl Unpin for AFRL
impl UnwindSafe for AFRL
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