Enum NrstMode
#[repr(u8)]pub enum NrstMode {
_RESERVED_0 = 0,
InputOnly = 1,
Gpio = 2,
InputOutput = 3,
}Variants§
_RESERVED_0 = 0
InputOnly = 1
Reset pin is in reset input mode only
Gpio = 2
Reset pin is in GPIO mode only
InputOutput = 3
Reset pin is in resety input and output mode
Implementations§
Trait Implementations§
impl Copy for NrstMode
impl Eq for NrstMode
§impl Ord for NrstMode
impl Ord for NrstMode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for NrstMode
impl PartialOrd for NrstMode
impl StructuralPartialEq for NrstMode
Auto Trait Implementations§
impl Freeze for NrstMode
impl RefUnwindSafe for NrstMode
impl Send for NrstMode
impl Sync for NrstMode
impl Unpin for NrstMode
impl UnsafeUnpin for NrstMode
impl UnwindSafe for NrstMode
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