#[repr(C)]pub struct SOCKET_SECURITY_SETTINGS_IPSEC {
pub SecurityProtocol: SOCKET_SECURITY_PROTOCOL,
pub SecurityFlags: ULONG,
pub IpsecFlags: ULONG,
pub AuthipMMPolicyKey: GUID,
pub AuthipQMPolicyKey: GUID,
pub Reserved: GUID,
pub Reserved2: UINT64,
pub UserNameStringLen: ULONG,
pub DomainNameStringLen: ULONG,
pub PasswordStringLen: ULONG,
pub AllStrings: [wchar_t; 0],
}Fields
SecurityProtocol: SOCKET_SECURITY_PROTOCOLSecurityFlags: ULONGIpsecFlags: ULONGAuthipMMPolicyKey: GUIDAuthipQMPolicyKey: GUIDReserved: GUIDReserved2: UINT64UserNameStringLen: ULONGDomainNameStringLen: ULONGPasswordStringLen: ULONGAllStrings: [wchar_t; 0]Trait Implementations
sourceimpl Clone for SOCKET_SECURITY_SETTINGS_IPSEC
impl Clone for SOCKET_SECURITY_SETTINGS_IPSEC
sourcefn clone(&self) -> SOCKET_SECURITY_SETTINGS_IPSEC
fn clone(&self) -> SOCKET_SECURITY_SETTINGS_IPSEC
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for SOCKET_SECURITY_SETTINGS_IPSEC
Auto Trait Implementations
impl RefUnwindSafe for SOCKET_SECURITY_SETTINGS_IPSEC
impl Send for SOCKET_SECURITY_SETTINGS_IPSEC
impl Sync for SOCKET_SECURITY_SETTINGS_IPSEC
impl Unpin for SOCKET_SECURITY_SETTINGS_IPSEC
impl UnwindSafe for SOCKET_SECURITY_SETTINGS_IPSEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more