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