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