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
sourceimpl Clone for tcp_md5sig
impl Clone for tcp_md5sig
sourcefn clone(&self) -> tcp_md5sig
fn clone(&self) -> tcp_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
impl Copy for tcp_md5sig
Auto Trait Implementations
impl RefUnwindSafe for tcp_md5sig
impl !Send for tcp_md5sig
impl !Sync for tcp_md5sig
impl Unpin for tcp_md5sig
impl UnwindSafe for tcp_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