pub struct S101Codec {
pub decoder: S101Decoder,
pub encoder: S101Encoder,
}Expand description
Combined S101 codec for bidirectional communication.
Fields§
§decoder: S101DecoderDecoder for incoming data
encoder: S101EncoderEncoder for outgoing data
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for S101Codec
impl RefUnwindSafe for S101Codec
impl Send for S101Codec
impl Sync for S101Codec
impl Unpin for S101Codec
impl UnsafeUnpin for S101Codec
impl UnwindSafe for S101Codec
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