pub enum NACKW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field NACK
Variants§
DISABLED
NACK transmission in case of parity error is disabled
ENABLED
NACK transmission during parity error is enabled
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