Enum Forced
pub enum Forced {
_0 = 0,
_1 = 1,
}Expand description
Indicates a forced hard fault, generated by escalation of a fault with configurable priority that cannot be handles, either because of priority or because it is disabled
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Forced
impl Eq for Forced
impl StructuralPartialEq for Forced
Auto Trait Implementations§
impl Freeze for Forced
impl RefUnwindSafe for Forced
impl Send for Forced
impl Sync for Forced
impl Unpin for Forced
impl UnwindSafe for Forced
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