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