#[repr(u8)]pub enum Ackerr {
ACK_ERROR_NO = 0,
ACK_ERROR_YES = 1,
}Variants§
ACK_ERROR_NO = 0
No such occurrence.
ACK_ERROR_YES = 1
An ACK error occurred since last read of this register.
Implementations§
Trait Implementations§
Source§impl Ord for Ackerr
impl Ord for Ackerr
Source§impl PartialOrd for Ackerr
impl PartialOrd for Ackerr
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