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