Enum NRstStop
#[repr(u8)]pub enum NRstStop {
Reset = 0,
NoReset = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for NRstStop
impl Eq for NRstStop
§impl Ord for NRstStop
impl Ord for NRstStop
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 NRstStop
impl PartialOrd for NRstStop
impl StructuralPartialEq for NRstStop
Auto Trait Implementations§
impl Freeze for NRstStop
impl RefUnwindSafe for NRstStop
impl Send for NRstStop
impl Sync for NRstStop
impl Unpin for NRstStop
impl UnsafeUnpin for NRstStop
impl UnwindSafe for NRstStop
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