pub enum ABORT {
NoAbortRequested = 0,
AbortRequested = 1,
}
Expand description
Abort request
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ABORT
impl Eq for ABORT
impl StructuralPartialEq for ABORT
Auto Trait Implementations§
impl Freeze for ABORT
impl RefUnwindSafe for ABORT
impl Send for ABORT
impl Sync for ABORT
impl Unpin for ABORT
impl UnwindSafe for ABORT
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