#[repr(C)]pub struct IInternetSecurityMgrSiteVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite) -> ULONG>,
pub GetWindow: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite, phwnd: *mut HWND) -> HRESULT>,
pub EnableModeless: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite, fEnable: BOOL) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite) -> ULONG>
§GetWindow: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite, phwnd: *mut HWND) -> HRESULT>
§EnableModeless: Option<unsafe extern "C" fn(This: *mut IInternetSecurityMgrSite, fEnable: BOOL) -> HRESULT>
Trait Implementations§
Source§impl Clone for IInternetSecurityMgrSiteVtbl
impl Clone for IInternetSecurityMgrSiteVtbl
Source§fn clone(&self) -> IInternetSecurityMgrSiteVtbl
fn clone(&self) -> IInternetSecurityMgrSiteVtbl
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 IInternetSecurityMgrSiteVtbl
impl Debug for IInternetSecurityMgrSiteVtbl
Source§impl Ord for IInternetSecurityMgrSiteVtbl
impl Ord for IInternetSecurityMgrSiteVtbl
Source§fn cmp(&self, other: &IInternetSecurityMgrSiteVtbl) -> Ordering
fn cmp(&self, other: &IInternetSecurityMgrSiteVtbl) -> 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 IInternetSecurityMgrSiteVtbl
impl PartialEq for IInternetSecurityMgrSiteVtbl
Source§fn eq(&self, other: &IInternetSecurityMgrSiteVtbl) -> bool
fn eq(&self, other: &IInternetSecurityMgrSiteVtbl) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for IInternetSecurityMgrSiteVtbl
impl PartialOrd for IInternetSecurityMgrSiteVtbl
impl Copy for IInternetSecurityMgrSiteVtbl
impl Eq for IInternetSecurityMgrSiteVtbl
impl StructuralPartialEq for IInternetSecurityMgrSiteVtbl
Auto Trait Implementations§
impl Freeze for IInternetSecurityMgrSiteVtbl
impl RefUnwindSafe for IInternetSecurityMgrSiteVtbl
impl Send for IInternetSecurityMgrSiteVtbl
impl Sync for IInternetSecurityMgrSiteVtbl
impl Unpin for IInternetSecurityMgrSiteVtbl
impl UnwindSafe for IInternetSecurityMgrSiteVtbl
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