Enum Stop2Monitor
pub enum Stop2Monitor {
_0 = 0,
_1 = 1,
}Expand description
STOP2 monitor bit
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Stop2Monitor
impl Clone for Stop2Monitor
§fn clone(&self) -> Stop2Monitor
fn clone(&self) -> Stop2Monitor
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 Stop2Monitor
impl Debug for Stop2Monitor
§impl Format for Stop2Monitor
impl Format for Stop2Monitor
§impl From<Stop2Monitor> for bool
impl From<Stop2Monitor> for bool
§fn from(variant: Stop2Monitor) -> Self
fn from(variant: Stop2Monitor) -> Self
Converts to this type from the input type.
§impl PartialEq for Stop2Monitor
impl PartialEq for Stop2Monitor
impl Copy for Stop2Monitor
impl Eq for Stop2Monitor
impl StructuralPartialEq for Stop2Monitor
Auto Trait Implementations§
impl Freeze for Stop2Monitor
impl RefUnwindSafe for Stop2Monitor
impl Send for Stop2Monitor
impl Sync for Stop2Monitor
impl Unpin for Stop2Monitor
impl UnwindSafe for Stop2Monitor
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