pub struct SlipEncoder;Expand description
A SLIP encoder.
This struct provides a method to encode a packet using the SLIP protocol.
Implementations§
Auto Trait Implementations§
impl Freeze for SlipEncoder
impl RefUnwindSafe for SlipEncoder
impl Send for SlipEncoder
impl Sync for SlipEncoder
impl Unpin for SlipEncoder
impl UnsafeUnpin for SlipEncoder
impl UnwindSafe for SlipEncoder
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