Enum Sysresetreq
pub enum Sysresetreq {
_0 = 0,
_1 = 1,
}Expand description
System reset request bit is implementation defined
Value on reset: 0
Variants§
_0 = 0
0: no system reset request
_1 = 1
1: asserts a signal to the outer system that requests a reset
Trait Implementations§
§impl Clone for Sysresetreq
impl Clone for Sysresetreq
§fn clone(&self) -> Sysresetreq
fn clone(&self) -> Sysresetreq
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Sysresetreq
impl Debug for Sysresetreq
§impl Format for Sysresetreq
impl Format for Sysresetreq
§impl From<Sysresetreq> for bool
impl From<Sysresetreq> for bool
§fn from(variant: Sysresetreq) -> Self
fn from(variant: Sysresetreq) -> Self
Converts to this type from the input type.
§impl PartialEq for Sysresetreq
impl PartialEq for Sysresetreq
impl Copy for Sysresetreq
impl Eq for Sysresetreq
impl StructuralPartialEq for Sysresetreq
Auto Trait Implementations§
impl Freeze for Sysresetreq
impl RefUnwindSafe for Sysresetreq
impl Send for Sysresetreq
impl Sync for Sysresetreq
impl Unpin for Sysresetreq
impl UnwindSafe for Sysresetreq
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more