#[repr(C)]pub struct HTTP_SERVICE_CONFIG_SSL_CCS_SET {
pub KeyDesc: HTTP_SERVICE_CONFIG_SSL_CCS_KEY,
pub ParamDesc: HTTP_SERVICE_CONFIG_SSL_PARAM,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§KeyDesc: HTTP_SERVICE_CONFIG_SSL_CCS_KEY
§ParamDesc: HTTP_SERVICE_CONFIG_SSL_PARAM
Trait Implementations§
§impl Clone for HTTP_SERVICE_CONFIG_SSL_CCS_SET
impl Clone for HTTP_SERVICE_CONFIG_SSL_CCS_SET
impl Copy for HTTP_SERVICE_CONFIG_SSL_CCS_SET
Auto Trait Implementations§
impl RefUnwindSafe for HTTP_SERVICE_CONFIG_SSL_CCS_SET
impl !Send for HTTP_SERVICE_CONFIG_SSL_CCS_SET
impl !Sync for HTTP_SERVICE_CONFIG_SSL_CCS_SET
impl Unpin for HTTP_SERVICE_CONFIG_SSL_CCS_SET
impl UnwindSafe for HTTP_SERVICE_CONFIG_SSL_CCS_SET
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