pub struct IInternetHostSecurityManager(/* private fields */);Implementations§
Source§impl IInternetHostSecurityManager
impl IInternetHostSecurityManager
pub unsafe fn GetSecurityId( &self, pbsecurityid: *mut u8, pcbsecurityid: *mut u32, dwreserved: usize, ) -> ErrorCode
pub unsafe fn ProcessUrlAction( &self, dwaction: u32, ppolicy: *mut u8, cbpolicy: u32, pcontext: *mut u8, cbcontext: u32, dwflags: u32, dwreserved: u32, ) -> ErrorCode
pub unsafe fn QueryCustomPolicy( &self, guidkey: *const Guid, pppolicy: *mut *mut u8, pcbpolicy: *mut u32, pcontext: *mut u8, cbcontext: u32, dwreserved: u32, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IInternetHostSecurityManager
impl Clone for IInternetHostSecurityManager
Source§fn clone(&self) -> IInternetHostSecurityManager
fn clone(&self) -> IInternetHostSecurityManager
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 moreSource§impl Debug for IInternetHostSecurityManager
impl Debug for IInternetHostSecurityManager
Source§impl From<&IInternetHostSecurityManager> for IUnknown
impl From<&IInternetHostSecurityManager> for IUnknown
Source§fn from(value: &IInternetHostSecurityManager) -> Self
fn from(value: &IInternetHostSecurityManager) -> Self
Converts to this type from the input type.
Source§impl From<IInternetHostSecurityManager> for IUnknown
impl From<IInternetHostSecurityManager> for IUnknown
Source§fn from(value: IInternetHostSecurityManager) -> Self
fn from(value: IInternetHostSecurityManager) -> Self
Converts to this type from the input type.
Source§impl Interface for IInternetHostSecurityManager
impl Interface for IInternetHostSecurityManager
const IID: Guid
type Vtable = IInternetHostSecurityManager_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IInternetHostSecurityManager
impl<'a> IntoParam<'a, IUnknown> for &'a IInternetHostSecurityManager
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IInternetHostSecurityManager
impl<'a> IntoParam<'a, IUnknown> for IInternetHostSecurityManager
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IInternetHostSecurityManager
impl PartialEq for IInternetHostSecurityManager
Source§fn eq(&self, other: &IInternetHostSecurityManager) -> bool
fn eq(&self, other: &IInternetHostSecurityManager) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IInternetHostSecurityManager
impl StructuralPartialEq for IInternetHostSecurityManager
Auto Trait Implementations§
impl Freeze for IInternetHostSecurityManager
impl RefUnwindSafe for IInternetHostSecurityManager
impl !Send for IInternetHostSecurityManager
impl !Sync for IInternetHostSecurityManager
impl Unpin for IInternetHostSecurityManager
impl UnwindSafe for IInternetHostSecurityManager
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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