Struct IWebSocketServerCustomValidationRequestedEventArgs_Vtbl
#[repr(C)]pub struct IWebSocketServerCustomValidationRequestedEventArgs_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,
pub Reject: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetDeferral: 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§Reject: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IWebSocketServerCustomValidationRequestedEventArgs_Vtbl
impl RefUnwindSafe for IWebSocketServerCustomValidationRequestedEventArgs_Vtbl
impl Send for IWebSocketServerCustomValidationRequestedEventArgs_Vtbl
impl Sync for IWebSocketServerCustomValidationRequestedEventArgs_Vtbl
impl Unpin for IWebSocketServerCustomValidationRequestedEventArgs_Vtbl
impl UnwindSafe for IWebSocketServerCustomValidationRequestedEventArgs_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