#[repr(C, packed(1))]pub struct TcpMd5UpdateKeyRequest {
pub header: Header,
pub association: Association,
pub lifetime: Lifetime,
pub src: Address,
pub dst: Address,
}Expand description
A packet to update a TCP-MD5 security association.
Fields§
§header: HeaderPacket header.
association: AssociationAssociation info.
lifetime: LifetimeLifetime info.
src: AddressSource socket address to bind to.
dst: AddressDestination socket address to bind to.
Implementations§
Auto Trait Implementations§
impl Freeze for TcpMd5UpdateKeyRequest
impl RefUnwindSafe for TcpMd5UpdateKeyRequest
impl Send for TcpMd5UpdateKeyRequest
impl Sync for TcpMd5UpdateKeyRequest
impl Unpin for TcpMd5UpdateKeyRequest
impl UnwindSafe for TcpMd5UpdateKeyRequest
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