pub enum ZERO_A {
NORMAL = 0,
ZERO_DATA = 1,
}
Expand description
Zero-length data packet received
Value on reset: 1
Variants§
NORMAL = 0
0: No zero-length data received, use value in SIZE
ZERO_DATA = 1
1: Zero-length data received, ignore value in SIZE
Trait Implementations§
impl Copy for ZERO_A
impl StructuralPartialEq for ZERO_A
Auto Trait Implementations§
impl Freeze for ZERO_A
impl RefUnwindSafe for ZERO_A
impl Send for ZERO_A
impl Sync for ZERO_A
impl Unpin for ZERO_A
impl UnwindSafe for ZERO_A
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