#[repr(C)]pub struct IInternetSecurityManager {
pub lpVtbl: *const IInternetSecurityManagerVtbl,
}
Fields§
§lpVtbl: *const IInternetSecurityManagerVtbl
Implementations§
Source§impl IInternetSecurityManager
impl IInternetSecurityManager
pub unsafe fn SetSecuritySite(&self) -> HRESULT
pub unsafe fn GetSecuritySite(&self) -> HRESULT
pub unsafe fn MapUrlToZone( &self, pwszUrl: LPCWSTR, pdwZone: *mut DWORD, dwFlags: DWORD, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IInternetSecurityManager
impl Deref for IInternetSecurityManager
Auto Trait Implementations§
impl Freeze for IInternetSecurityManager
impl RefUnwindSafe for IInternetSecurityManager
impl !Send for IInternetSecurityManager
impl !Sync for IInternetSecurityManager
impl Unpin for IInternetSecurityManager
impl UnwindSafe for IInternetSecurityManager
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