Struct windows::Win32::Networking::WinSock::SOCKET_SECURITY_SETTINGS_IPSEC
#[repr(C)]pub struct SOCKET_SECURITY_SETTINGS_IPSEC {
pub SecurityProtocol: SOCKET_SECURITY_PROTOCOL,
pub SecurityFlags: u32,
pub IpsecFlags: u32,
pub AuthipMMPolicyKey: GUID,
pub AuthipQMPolicyKey: GUID,
pub Reserved: GUID,
pub Reserved2: u64,
pub UserNameStringLen: u32,
pub DomainNameStringLen: u32,
pub PasswordStringLen: u32,
pub AllStrings: [u16; 1],
}
Fields§
§SecurityProtocol: SOCKET_SECURITY_PROTOCOL
§SecurityFlags: u32
§IpsecFlags: u32
§AuthipMMPolicyKey: GUID
§AuthipQMPolicyKey: GUID
§Reserved: GUID
§Reserved2: u64
§UserNameStringLen: u32
§DomainNameStringLen: u32
§PasswordStringLen: u32
§AllStrings: [u16; 1]
Trait Implementations§
§impl Clone for SOCKET_SECURITY_SETTINGS_IPSEC
impl Clone for SOCKET_SECURITY_SETTINGS_IPSEC
§fn clone(&self) -> SOCKET_SECURITY_SETTINGS_IPSEC
fn clone(&self) -> SOCKET_SECURITY_SETTINGS_IPSEC
Returns a copy 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 more§impl Debug for SOCKET_SECURITY_SETTINGS_IPSEC
impl Debug for SOCKET_SECURITY_SETTINGS_IPSEC
§impl Default for SOCKET_SECURITY_SETTINGS_IPSEC
impl Default for SOCKET_SECURITY_SETTINGS_IPSEC
§impl PartialEq for SOCKET_SECURITY_SETTINGS_IPSEC
impl PartialEq for SOCKET_SECURITY_SETTINGS_IPSEC
§fn eq(&self, other: &SOCKET_SECURITY_SETTINGS_IPSEC) -> bool
fn eq(&self, other: &SOCKET_SECURITY_SETTINGS_IPSEC) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SOCKET_SECURITY_SETTINGS_IPSEC
impl Eq for SOCKET_SECURITY_SETTINGS_IPSEC
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)