Struct windows_sys::Win32::Networking::WinSock::SOCKET_SECURITY_SETTINGS
[−]#[repr(C)]pub struct SOCKET_SECURITY_SETTINGS {
pub SecurityProtocol: SOCKET_SECURITY_PROTOCOL,
pub SecurityFlags: u32,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
SecurityProtocol: SOCKET_SECURITY_PROTOCOL
SecurityFlags: u32
Trait Implementations
impl Clone for SOCKET_SECURITY_SETTINGS
impl Clone for SOCKET_SECURITY_SETTINGS
impl Copy for SOCKET_SECURITY_SETTINGS
Auto Trait Implementations
impl RefUnwindSafe for SOCKET_SECURITY_SETTINGS
impl Send for SOCKET_SECURITY_SETTINGS
impl Sync for SOCKET_SECURITY_SETTINGS
impl Unpin for SOCKET_SECURITY_SETTINGS
impl UnwindSafe for SOCKET_SECURITY_SETTINGS
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