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