pub enum ACKW {
NAK,
ACK,
}
Expand description
Values that can be written to the field ACK
Variants§
Auto Trait Implementations§
impl Freeze for ACKW
impl RefUnwindSafe for ACKW
impl Send for ACKW
impl Sync for ACKW
impl Unpin for ACKW
impl UnwindSafe for ACKW
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