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