pub struct SerialFrameLink<IO> { /* private fields */ }Expand description
HDLC-Lite framing over a reliable asynchronous byte stream.
Implementations§
Source§impl<IO> SerialFrameLink<IO>
impl<IO> SerialFrameLink<IO>
Sourcepub fn into_inner(self) -> IO
pub fn into_inner(self) -> IO
Recover the underlying byte stream.
Trait Implementations§
Auto Trait Implementations§
impl<IO> Freeze for SerialFrameLink<IO>where
IO: Freeze,
impl<IO> RefUnwindSafe for SerialFrameLink<IO>where
IO: RefUnwindSafe,
impl<IO> Send for SerialFrameLink<IO>where
IO: Send,
impl<IO> Sync for SerialFrameLink<IO>where
IO: Sync,
impl<IO> Unpin for SerialFrameLink<IO>where
IO: Unpin,
impl<IO> UnwindSafe for SerialFrameLink<IO>where
IO: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more