#[repr(C)]
pub struct OFFLOAD_IPSEC_ADD_SA {
Show 15 fields pub SrcAddr: u32, pub SrcMask: u32, pub DestAddr: u32, pub DestMask: u32, pub Protocol: u32, pub SrcPort: u16, pub DestPort: u16, pub SrcTunnelAddr: u32, pub DestTunnelAddr: u32, pub Flags: u16, pub NumSAs: i16, pub SecAssoc: [OFFLOAD_SECURITY_ASSOCIATION; 3], pub OffloadHandle: HANDLE, pub KeyLen: u32, pub KeyMat: [u8; 1],
}
Expand description

Required features: "Win32_NetworkManagement_Ndis", "Win32_Foundation"

Fields

SrcAddr: u32SrcMask: u32DestAddr: u32DestMask: u32Protocol: u32SrcPort: u16DestPort: u16SrcTunnelAddr: u32DestTunnelAddr: u32Flags: u16NumSAs: i16SecAssoc: [OFFLOAD_SECURITY_ASSOCIATION; 3]OffloadHandle: HANDLEKeyLen: u32KeyMat: [u8; 1]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.