pub struct AFRL_SPEC;Expand description
Trait Implementations
impl Resettable for AFRL_SPEC
impl Resettable for AFRL_SPEC
reset() method sets AFRL to value 0
fn reset_value() -> <AFRL_SPEC as RegisterSpec>::Ux
fn reset_value() -> <AFRL_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for AFRL_SPEC
impl Send for AFRL_SPEC
impl Sync for AFRL_SPEC
impl Unpin for AFRL_SPEC
impl UnwindSafe for AFRL_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more