Struct windows_sys::Win32::Networking::WinSock::SOCKET_SECURITY_SETTINGS
#[repr(C)]pub struct SOCKET_SECURITY_SETTINGS {
pub SecurityProtocol: SOCKET_SECURITY_PROTOCOL,
pub SecurityFlags: u32,
}
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§
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