#[repr(C)]pub struct IInternetSecurityMgrSiteVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite) -> ULONG>,
pub GetWindow: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite, phwnd: *mut HWND) -> HRESULT>,
pub EnableModeless: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite, fEnable: BOOL) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite) -> ULONG>§GetWindow: Option<unsafe extern "stdcall" fn(This: *mut IInternetSecurityMgrSite, phwnd: *mut HWND) -> HRESULT>§EnableModeless: Option<unsafe extern "stdcall" 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 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 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