pub struct S7CommDecoder;
Trait Implementations§
Source§impl Decoder for S7CommDecoder
impl Decoder for S7CommDecoder
Source§fn decode(
&mut self,
src: &mut BytesMut,
) -> Result<Option<Self::Item>, Self::Error>
fn decode( &mut self, src: &mut BytesMut, ) -> Result<Option<Self::Item>, Self::Error>
Attempts to decode a frame from the provided buffer of bytes. Read more
Source§impl Default for S7CommDecoder
impl Default for S7CommDecoder
Source§fn default() -> S7CommDecoder
fn default() -> S7CommDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for S7CommDecoder
impl RefUnwindSafe for S7CommDecoder
impl Send for S7CommDecoder
impl Sync for S7CommDecoder
impl Unpin for S7CommDecoder
impl UnwindSafe for S7CommDecoder
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