pub enum POSW {
CURRENT,
NEXT,
}
Expand description
Values that can be written to the field POS
Variants§
CURRENT
ACK bit controls the (N)ACK of the current byte being received
NEXT
ACK bit controls the (N)ACK of the next byte to be received
Auto Trait Implementations§
impl Freeze for POSW
impl RefUnwindSafe for POSW
impl Send for POSW
impl Sync for POSW
impl Unpin for POSW
impl UnwindSafe for POSW
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