pub enum AFR {
NoFailure = 0,
Failure = 1,
}Expand description
Acknowledge failure
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for AFR
impl Eq for AFR
impl StructuralPartialEq for AFR
Auto Trait Implementations§
impl Freeze for AFR
impl RefUnwindSafe for AFR
impl Send for AFR
impl Sync for AFR
impl Unpin for AFR
impl UnwindSafe for AFR
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