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: __u8
§tcpm_prefixlen: __u8
§tcpm_keylen: __u16
§tcpm_addr: [__be32; 4]
§tcpm_key: [__u8; 80]
Trait Implementations§
source§impl Clone for tcp_diag_md5sig
impl Clone for tcp_diag_md5sig
source§fn clone(&self) -> tcp_diag_md5sig
fn clone(&self) -> tcp_diag_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 moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more