We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071cfb9 commit f9c1aefCopy full SHA for f9c1aef
src/sockaddr.rs
@@ -14,6 +14,7 @@ use crate::sys::{
14
///
15
/// `SockAddr`s may be constructed directly to and from the standard library
16
/// [`SocketAddr`], [`SocketAddrV4`], and [`SocketAddrV6`] types.
17
+#[derive(Clone)]
18
pub struct SockAddr {
19
storage: sockaddr_storage,
20
len: socklen_t,
0 commit comments