#[repr(C)]pub struct IInternetSecurityManager {
pub lpVtbl: *mut IInternetSecurityManagerVtbl,
}
Fields§
§lpVtbl: *mut IInternetSecurityManagerVtbl
Trait Implementations§
Source§impl Clone for IInternetSecurityManager
impl Clone for IInternetSecurityManager
Source§fn clone(&self) -> IInternetSecurityManager
fn clone(&self) -> IInternetSecurityManager
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 IInternetSecurityManager
impl Debug for IInternetSecurityManager
Source§impl Ord for IInternetSecurityManager
impl Ord for IInternetSecurityManager
Source§fn cmp(&self, other: &IInternetSecurityManager) -> Ordering
fn cmp(&self, other: &IInternetSecurityManager) -> 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 IInternetSecurityManager
impl PartialEq for IInternetSecurityManager
Source§impl PartialOrd for IInternetSecurityManager
impl PartialOrd for IInternetSecurityManager
impl Copy for IInternetSecurityManager
impl Eq for IInternetSecurityManager
impl StructuralPartialEq 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