#[repr(C)]pub struct IInternetHostSecurityManager {
    pub lpVtbl: *mut IInternetHostSecurityManagerVtbl,
}Fields§
§lpVtbl: *mut IInternetHostSecurityManagerVtblTrait Implementations§
Source§impl Clone for IInternetHostSecurityManager
 
impl Clone for IInternetHostSecurityManager
Source§fn clone(&self) -> IInternetHostSecurityManager
 
fn clone(&self) -> IInternetHostSecurityManager
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 IInternetHostSecurityManager
 
impl Debug for IInternetHostSecurityManager
Source§impl Ord for IInternetHostSecurityManager
 
impl Ord for IInternetHostSecurityManager
Source§fn cmp(&self, other: &IInternetHostSecurityManager) -> Ordering
 
fn cmp(&self, other: &IInternetHostSecurityManager) -> 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 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 ==.Source§impl PartialOrd for IInternetHostSecurityManager
 
impl PartialOrd for IInternetHostSecurityManager
impl Copy for IInternetHostSecurityManager
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> 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