#[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_PROTOCOL
§SecurityFlags: ULONG
§IpsecFlags: ULONG
§AuthipMMPolicyKey: GUID
§AuthipQMPolicyKey: GUID
§Reserved: GUID
§Reserved2: UINT64
§UserNameStringLen: ULONG
§DomainNameStringLen: ULONG
§PasswordStringLen: ULONG
§AllStrings: [wchar_t; 0]
Trait Implementations§
Source§impl Clone for SOCKET_SECURITY_SETTINGS_IPSEC
impl Clone for SOCKET_SECURITY_SETTINGS_IPSEC
Source§fn clone(&self) -> SOCKET_SECURITY_SETTINGS_IPSEC
fn clone(&self) -> SOCKET_SECURITY_SETTINGS_IPSEC
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SOCKET_SECURITY_SETTINGS_IPSEC
impl Default for SOCKET_SECURITY_SETTINGS_IPSEC
Source§fn default() -> SOCKET_SECURITY_SETTINGS_IPSEC
fn default() -> SOCKET_SECURITY_SETTINGS_IPSEC
Returns the “default value” for a type. Read more
impl Copy for SOCKET_SECURITY_SETTINGS_IPSEC
Auto Trait Implementations§
impl Freeze for SOCKET_SECURITY_SETTINGS_IPSEC
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§
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