Enum atsamd51n::system_control::aircr::SYSRESETREQ_A   
source · [−]pub enum SYSRESETREQ_A {
    VALUE_0,
    VALUE_1,
}Expand description
System Reset Request
Value on reset: 0
Variants
VALUE_0
0: No system reset request
VALUE_1
1: Asserts a signal to the outer system that requests a reset
Trait Implementations
sourceimpl Clone for SYSRESETREQ_A
 
impl Clone for SYSRESETREQ_A
sourcefn clone(&self) -> SYSRESETREQ_A
 
fn clone(&self) -> SYSRESETREQ_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for SYSRESETREQ_A
 
impl Debug for SYSRESETREQ_A
sourceimpl From<SYSRESETREQ_A> for bool
 
impl From<SYSRESETREQ_A> for bool
sourcefn from(variant: SYSRESETREQ_A) -> Self
 
fn from(variant: SYSRESETREQ_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SYSRESETREQ_A> for SYSRESETREQ_A
 
impl PartialEq<SYSRESETREQ_A> for SYSRESETREQ_A
sourcefn eq(&self, other: &SYSRESETREQ_A) -> bool
 
fn eq(&self, other: &SYSRESETREQ_A) -> bool
impl Copy for SYSRESETREQ_A
impl StructuralPartialEq for SYSRESETREQ_A
Auto Trait Implementations
impl RefUnwindSafe for SYSRESETREQ_A
impl Send for SYSRESETREQ_A
impl Sync for SYSRESETREQ_A
impl Unpin for SYSRESETREQ_A
impl UnwindSafe for SYSRESETREQ_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