pub enum SyncOnTurningEdge {
First,
Second,
}
Expand description
A priori knowledge about the first expected bit of a telegram
It is needed for correct decoding if the datagram length is unknown
Variants§
Auto Trait Implementations§
impl Freeze for SyncOnTurningEdge
impl RefUnwindSafe for SyncOnTurningEdge
impl Send for SyncOnTurningEdge
impl Sync for SyncOnTurningEdge
impl Unpin for SyncOnTurningEdge
impl UnwindSafe for SyncOnTurningEdge
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