pub struct TcpSocketDevice;
Expand description
Device type marker for crate::File
instances that represent TCP sockets.
Trait Implementations§
Source§impl Clone for TcpSocketDevice
impl Clone for TcpSocketDevice
Source§fn clone(&self) -> TcpSocketDevice
fn clone(&self) -> TcpSocketDevice
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TcpSocketDevice
impl IoDevice for TcpSocketDevice
impl SubDevice<Ipv4SocketDevice> for TcpSocketDevice
impl SubDevice<Ipv6SocketDevice> for TcpSocketDevice
impl SubDevice<SocketDevice> for TcpSocketDevice
Auto Trait Implementations§
impl Freeze for TcpSocketDevice
impl RefUnwindSafe for TcpSocketDevice
impl Send for TcpSocketDevice
impl Sync for TcpSocketDevice
impl Unpin for TcpSocketDevice
impl UnwindSafe for TcpSocketDevice
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