Struct linux_raw_sys::general::tcp_md5sig
source · #[repr(C)]pub struct tcp_md5sig {
pub tcpm_addr: __kernel_sockaddr_storage,
pub tcpm_flags: __u8,
pub tcpm_prefixlen: __u8,
pub tcpm_keylen: __u16,
pub tcpm_ifindex: c_int,
pub tcpm_key: [__u8; 80],
}
Fields§
§tcpm_addr: __kernel_sockaddr_storage
§tcpm_flags: __u8
§tcpm_prefixlen: __u8
§tcpm_keylen: __u16
§tcpm_ifindex: c_int
§tcpm_key: [__u8; 80]
Trait Implementations§
source§impl Clone for tcp_md5sig
impl Clone for tcp_md5sig
source§fn clone(&self) -> tcp_md5sig
fn clone(&self) -> tcp_md5sig
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