Struct atsamd51g::system_control::aircr::SYSRESETREQ_W   
source · [−]pub struct SYSRESETREQ_W<'a> { /* private fields */ }Expand description
Field SYSRESETREQ writer - System Reset Request
Implementations
sourceimpl<'a> SYSRESETREQ_W<'a>
 
impl<'a> SYSRESETREQ_W<'a>
sourcepub fn variant(self, variant: SYSRESETREQ_A) -> &'a mut W
 
pub fn variant(self, variant: SYSRESETREQ_A) -> &'a mut W
Writes variant to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for SYSRESETREQ_W<'a>
impl<'a> Send for SYSRESETREQ_W<'a>
impl<'a> Sync for SYSRESETREQ_W<'a>
impl<'a> Unpin for SYSRESETREQ_W<'a>
impl<'a> !UnwindSafe for SYSRESETREQ_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