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