#[repr(C)]pub struct WS_CUSTOM_CERT_CREDENTIAL {
pub credential: WS_CERT_CREDENTIAL,
pub getCertCallback: WS_GET_CERT_CALLBACK,
pub getCertCallbackState: *mut c_void,
pub certIssuerListNotificationCallback: WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK,
pub certIssuerListNotificationCallbackState: *mut c_void,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
, "Win32_Security_Authentication_Identity"
, "Win32_Security_Cryptography"
Fields
credential: WS_CERT_CREDENTIAL
getCertCallback: WS_GET_CERT_CALLBACK
getCertCallbackState: *mut c_void
certIssuerListNotificationCallback: WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK
certIssuerListNotificationCallbackState: *mut c_void
Trait Implementations
impl Clone for WS_CUSTOM_CERT_CREDENTIAL
impl Clone for WS_CUSTOM_CERT_CREDENTIAL
impl Copy for WS_CUSTOM_CERT_CREDENTIAL
Auto Trait Implementations
impl RefUnwindSafe for WS_CUSTOM_CERT_CREDENTIAL
impl !Send for WS_CUSTOM_CERT_CREDENTIAL
impl !Sync for WS_CUSTOM_CERT_CREDENTIAL
impl Unpin for WS_CUSTOM_CERT_CREDENTIAL
impl UnwindSafe for WS_CUSTOM_CERT_CREDENTIAL
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