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