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 moreimpl 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§
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