#[repr(C)]pub struct SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2 {
pub SecurityProtocol: SOCKET_SECURITY_PROTOCOL,
pub PeerAddress: SOCKADDR_STORAGE,
pub PeerTokenAccessMask: u32,
pub Flags: u32,
pub FieldMask: u32,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
SecurityProtocol: SOCKET_SECURITY_PROTOCOL
PeerAddress: SOCKADDR_STORAGE
PeerTokenAccessMask: u32
Flags: u32
FieldMask: u32
Trait Implementations
impl Copy for SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2
Auto Trait Implementations
impl RefUnwindSafe for SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2
impl Send for SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2
impl Sync for SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2
impl Unpin for SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2
impl UnwindSafe for SOCKET_SECURITY_QUERY_TEMPLATE_IPSEC2
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