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