Struct atsamd51n::qspi::instrframe::OPTCODELEN_W
source · [−]pub struct OPTCODELEN_W<'a> { /* private fields */ }
Expand description
Field OPTCODELEN
writer - Option Code Length
Implementations
sourceimpl<'a> OPTCODELEN_W<'a>
impl<'a> OPTCODELEN_W<'a>
sourcepub fn variant(self, variant: OPTCODELEN_A) -> &'a mut W
pub fn variant(self, variant: OPTCODELEN_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for OPTCODELEN_W<'a>
impl<'a> Send for OPTCODELEN_W<'a>
impl<'a> Sync for OPTCODELEN_W<'a>
impl<'a> Unpin for OPTCODELEN_W<'a>
impl<'a> !UnwindSafe for OPTCODELEN_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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