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