#[repr(C, packed(1))]pub struct TcpMd5GetKeyRequest {
pub header: Header,
pub association: Association,
pub src: Address,
pub dst: Address,
}
Expand description
A packet to request info about a TCP-MD5 security association.
Fields§
§header: Header
Packet header.
association: Association
Association info.
src: Address
Source socket address predicate.
dst: Address
Destination socket address predicate.
Implementations§
Auto Trait Implementations§
impl Freeze for TcpMd5GetKeyRequest
impl RefUnwindSafe for TcpMd5GetKeyRequest
impl Send for TcpMd5GetKeyRequest
impl Sync for TcpMd5GetKeyRequest
impl Unpin for TcpMd5GetKeyRequest
impl UnwindSafe for TcpMd5GetKeyRequest
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