#[repr(C)]pub struct IInternetSecurityManagerEx {
pub lpVtbl: *mut IInternetSecurityManagerExVtbl,
}
Fields§
§lpVtbl: *mut IInternetSecurityManagerExVtbl
Trait Implementations§
Source§impl Clone for IInternetSecurityManagerEx
impl Clone for IInternetSecurityManagerEx
Source§fn clone(&self) -> IInternetSecurityManagerEx
fn clone(&self) -> IInternetSecurityManagerEx
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 IInternetSecurityManagerEx
impl Debug for IInternetSecurityManagerEx
Source§impl Ord for IInternetSecurityManagerEx
impl Ord for IInternetSecurityManagerEx
Source§fn cmp(&self, other: &IInternetSecurityManagerEx) -> Ordering
fn cmp(&self, other: &IInternetSecurityManagerEx) -> 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 PartialOrd for IInternetSecurityManagerEx
impl PartialOrd for IInternetSecurityManagerEx
impl Copy for IInternetSecurityManagerEx
impl Eq for IInternetSecurityManagerEx
impl StructuralPartialEq for IInternetSecurityManagerEx
Auto Trait Implementations§
impl Freeze for IInternetSecurityManagerEx
impl RefUnwindSafe for IInternetSecurityManagerEx
impl !Send for IInternetSecurityManagerEx
impl !Sync for IInternetSecurityManagerEx
impl Unpin for IInternetSecurityManagerEx
impl UnwindSafe for IInternetSecurityManagerEx
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