Struct linux_io::socket::ip::Ipv4SocketDevice
source · pub struct Ipv4SocketDevice;
Expand description
Device type marker for crate::File
instances that represent IPv4 sockets.
Trait Implementations§
source§impl Clone for Ipv4SocketDevice
impl Clone for Ipv4SocketDevice
source§fn clone(&self) -> Ipv4SocketDevice
fn clone(&self) -> Ipv4SocketDevice
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 more