#[repr(C)]pub struct IHttpSecurityVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity) -> ULONG>,
pub GetWindow: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity, rguidReason: *const GUID, phwnd: *mut HWND) -> HRESULT>,
pub OnSecurityProblem: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity, dwProblem: DWORD) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity) -> ULONG>§GetWindow: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity, rguidReason: *const GUID, phwnd: *mut HWND) -> HRESULT>§OnSecurityProblem: Option<unsafe extern "stdcall" fn(This: *mut IHttpSecurity, dwProblem: DWORD) -> HRESULT>Trait Implementations§
Source§impl Clone for IHttpSecurityVtbl
impl Clone for IHttpSecurityVtbl
Source§fn clone(&self) -> IHttpSecurityVtbl
fn clone(&self) -> IHttpSecurityVtbl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IHttpSecurityVtbl
Auto Trait Implementations§
impl Freeze for IHttpSecurityVtbl
impl RefUnwindSafe for IHttpSecurityVtbl
impl Send for IHttpSecurityVtbl
impl Sync for IHttpSecurityVtbl
impl Unpin for IHttpSecurityVtbl
impl UnwindSafe for IHttpSecurityVtbl
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