#[repr(C)]pub struct HTTP_SERVICE_CONFIG_SSL_CCS_KEY {
pub LocalAddress: SOCKADDR_STORAGE,
}
Expand description
Required features: "Win32_Networking_HttpServer"
, "Win32_Foundation"
, "Win32_Networking_WinSock"
Fields
LocalAddress: SOCKADDR_STORAGE
Trait Implementations
impl Clone for HTTP_SERVICE_CONFIG_SSL_CCS_KEY
impl Clone for HTTP_SERVICE_CONFIG_SSL_CCS_KEY
impl Copy for HTTP_SERVICE_CONFIG_SSL_CCS_KEY
Auto Trait Implementations
impl RefUnwindSafe for HTTP_SERVICE_CONFIG_SSL_CCS_KEY
impl Send for HTTP_SERVICE_CONFIG_SSL_CCS_KEY
impl Sync for HTTP_SERVICE_CONFIG_SSL_CCS_KEY
impl Unpin for HTTP_SERVICE_CONFIG_SSL_CCS_KEY
impl UnwindSafe for HTTP_SERVICE_CONFIG_SSL_CCS_KEY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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