Struct atsamd51n::system_control::ccr::UNALIGN_TRP_W   
source · [−]pub struct UNALIGN_TRP_W<'a> { /* private fields */ }Expand description
Field UNALIGN_TRP writer - Enables unaligned access traps
Implementations
sourceimpl<'a> UNALIGN_TRP_W<'a>
 
impl<'a> UNALIGN_TRP_W<'a>
sourcepub fn variant(self, variant: UNALIGN_TRP_A) -> &'a mut W
 
pub fn variant(self, variant: UNALIGN_TRP_A) -> &'a mut W
Writes variant to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for UNALIGN_TRP_W<'a>
impl<'a> Send for UNALIGN_TRP_W<'a>
impl<'a> Sync for UNALIGN_TRP_W<'a>
impl<'a> Unpin for UNALIGN_TRP_W<'a>
impl<'a> !UnwindSafe for UNALIGN_TRP_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