#[repr(C)]pub struct SOCKET_SECURITY_QUERY_TEMPLATE {
pub SecurityProtocol: SOCKET_SECURITY_PROTOCOL,
pub PeerAddress: SOCKADDR_STORAGE,
pub PeerTokenAccessMask: u32,
}
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§
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