#[repr(C)]pub struct IHttpSecurityVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IHttpSecurity, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IHttpSecurity) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IHttpSecurity) -> ULONG>,
pub GetWindow: Option<unsafe extern "C" fn(This: *mut IHttpSecurity, rguidReason: *const GUID, phwnd: *mut HWND) -> HRESULT>,
pub OnSecurityProblem: Option<unsafe extern "C" fn(This: *mut IHttpSecurity, dwProblem: DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IHttpSecurity, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IHttpSecurity) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IHttpSecurity) -> ULONG>
§GetWindow: Option<unsafe extern "C" fn(This: *mut IHttpSecurity, rguidReason: *const GUID, phwnd: *mut HWND) -> HRESULT>
§OnSecurityProblem: Option<unsafe extern "C" 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 copy 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 moreSource§impl Debug for IHttpSecurityVtbl
impl Debug for IHttpSecurityVtbl
Source§impl Ord for IHttpSecurityVtbl
impl Ord for IHttpSecurityVtbl
Source§fn cmp(&self, other: &IHttpSecurityVtbl) -> Ordering
fn cmp(&self, other: &IHttpSecurityVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IHttpSecurityVtbl
impl PartialEq for IHttpSecurityVtbl
Source§impl PartialOrd for IHttpSecurityVtbl
impl PartialOrd for IHttpSecurityVtbl
impl Copy for IHttpSecurityVtbl
impl Eq for IHttpSecurityVtbl
impl StructuralPartialEq 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