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