Struct linux_raw_sys::general::tcp_diag_md5sig  
source · [−]#[repr(C)]pub struct tcp_diag_md5sig {
    pub tcpm_family: __u8,
    pub tcpm_prefixlen: __u8,
    pub tcpm_keylen: __u16,
    pub tcpm_addr: [__be32; 4],
    pub tcpm_key: [__u8; 80],
}Fields
tcpm_family: __u8tcpm_prefixlen: __u8tcpm_keylen: __u16tcpm_addr: [__be32; 4]tcpm_key: [__u8; 80]Trait Implementations
sourceimpl Clone for tcp_diag_md5sig
 
impl Clone for tcp_diag_md5sig
sourcefn clone(&self) -> tcp_diag_md5sig
 
fn clone(&self) -> tcp_diag_md5sig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for tcp_diag_md5sig
 
impl Debug for tcp_diag_md5sig
impl Copy for tcp_diag_md5sig
Auto Trait Implementations
impl RefUnwindSafe for tcp_diag_md5sig
impl Send for tcp_diag_md5sig
impl Sync for tcp_diag_md5sig
impl Unpin for tcp_diag_md5sig
impl UnwindSafe for tcp_diag_md5sig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more