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