pub struct TcpCotpReader<R: TpktReader> { /* private fields */ }Implementations§
Source§impl<R: TpktReader> TcpCotpReader<R>
impl<R: TpktReader> TcpCotpReader<R>
Trait Implementations§
Source§impl<R: TpktReader> CotpReader for TcpCotpReader<R>
impl<R: TpktReader> CotpReader for TcpCotpReader<R>
Auto Trait Implementations§
impl<R> Freeze for TcpCotpReader<R>where
R: Freeze,
impl<R> RefUnwindSafe for TcpCotpReader<R>where
R: RefUnwindSafe,
impl<R> Send for TcpCotpReader<R>
impl<R> Sync for TcpCotpReader<R>where
R: Sync,
impl<R> Unpin for TcpCotpReader<R>where
R: Unpin,
impl<R> UnwindSafe for TcpCotpReader<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