pub struct TcpClientState<const N: usize, const TX_SZ: usize, const RX_SZ: usize> { /* private fields */ }
Expand description
State for TcpClient
Implementations§
Auto Trait Implementations§
impl<const N: usize, const TX_SZ: usize, const RX_SZ: usize> !Freeze for TcpClientState<N, TX_SZ, RX_SZ>
impl<const N: usize, const TX_SZ: usize, const RX_SZ: usize> !RefUnwindSafe for TcpClientState<N, TX_SZ, RX_SZ>
impl<const N: usize, const TX_SZ: usize, const RX_SZ: usize> Send for TcpClientState<N, TX_SZ, RX_SZ>
impl<const N: usize, const TX_SZ: usize, const RX_SZ: usize> !Sync for TcpClientState<N, TX_SZ, RX_SZ>
impl<const N: usize, const TX_SZ: usize, const RX_SZ: usize> Unpin for TcpClientState<N, TX_SZ, RX_SZ>
impl<const N: usize, const TX_SZ: usize, const RX_SZ: usize> UnwindSafe for TcpClientState<N, TX_SZ, RX_SZ>
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