Struct julia_sys::tcp_md5sig [] [src]

#[repr(C)]
pub struct tcp_md5sig { pub tcpm_addr: sockaddr_storage, pub __tcpm_pad1: u_int16_t, pub tcpm_keylen: u_int16_t, pub __tcpm_pad2: u_int32_t, pub tcpm_key: [u_int8_t; 80], }

Fields

Trait Implementations

impl Copy for tcp_md5sig
[src]

impl Clone for tcp_md5sig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more