#[repr(C)]pub struct IBindHttpSecurityVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IBindHttpSecurity, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IBindHttpSecurity) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IBindHttpSecurity) -> ULONG>,
pub GetIgnoreCertMask: Option<unsafe extern "C" fn(This: *mut IBindHttpSecurity, pdwIgnoreCertMask: *mut DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IBindHttpSecurity, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IBindHttpSecurity) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IBindHttpSecurity) -> ULONG>
§GetIgnoreCertMask: Option<unsafe extern "C" fn(This: *mut IBindHttpSecurity, pdwIgnoreCertMask: *mut DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IBindHttpSecurityVtbl
impl Clone for IBindHttpSecurityVtbl
Source§fn clone(&self) -> IBindHttpSecurityVtbl
fn clone(&self) -> IBindHttpSecurityVtbl
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 IBindHttpSecurityVtbl
impl Debug for IBindHttpSecurityVtbl
Source§impl Ord for IBindHttpSecurityVtbl
impl Ord for IBindHttpSecurityVtbl
Source§fn cmp(&self, other: &IBindHttpSecurityVtbl) -> Ordering
fn cmp(&self, other: &IBindHttpSecurityVtbl) -> 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 IBindHttpSecurityVtbl
impl PartialEq for IBindHttpSecurityVtbl
Source§impl PartialOrd for IBindHttpSecurityVtbl
impl PartialOrd for IBindHttpSecurityVtbl
impl Copy for IBindHttpSecurityVtbl
impl Eq for IBindHttpSecurityVtbl
impl StructuralPartialEq for IBindHttpSecurityVtbl
Auto Trait Implementations§
impl Freeze for IBindHttpSecurityVtbl
impl RefUnwindSafe for IBindHttpSecurityVtbl
impl Send for IBindHttpSecurityVtbl
impl Sync for IBindHttpSecurityVtbl
impl Unpin for IBindHttpSecurityVtbl
impl UnwindSafe for IBindHttpSecurityVtbl
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