pub struct RustyCotpReader<R: TpktReader> { /* private fields */ }Expand description
Used to receive data to a remote a COTP host.
Trait Implementations§
Source§impl<R: TpktReader> CotpReader for RustyCotpReader<R>
impl<R: TpktReader> CotpReader for RustyCotpReader<R>
Auto Trait Implementations§
impl<R> Freeze for RustyCotpReader<R>where
R: Freeze,
impl<R> RefUnwindSafe for RustyCotpReader<R>where
R: RefUnwindSafe,
impl<R> Send for RustyCotpReader<R>
impl<R> Sync for RustyCotpReader<R>where
R: Sync,
impl<R> Unpin for RustyCotpReader<R>where
R: Unpin,
impl<R> UnsafeUnpin for RustyCotpReader<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for RustyCotpReader<R>where
R: UnwindSafe,
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