Struct IHttpTransportInformation_Vtbl
#[repr(C)]pub struct IHttpTransportInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub ServerCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServerCertificateErrorSeverity: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketSslErrorSeverity) -> HRESULT,
pub ServerCertificateErrors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServerIntermediateCertificates: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ServerCertificate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ServerCertificateErrorSeverity: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketSslErrorSeverity) -> HRESULT
§ServerCertificateErrors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ServerIntermediateCertificates: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHttpTransportInformation_Vtbl
impl RefUnwindSafe for IHttpTransportInformation_Vtbl
impl Send for IHttpTransportInformation_Vtbl
impl Sync for IHttpTransportInformation_Vtbl
impl Unpin for IHttpTransportInformation_Vtbl
impl UnwindSafe for IHttpTransportInformation_Vtbl
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