#[repr(C)]pub struct IInternetSecurityManagerEx {
pub lpVtbl: *mut IInternetSecurityManagerExVtbl,
}Fields§
§lpVtbl: *mut IInternetSecurityManagerExVtblTrait Implementations§
Source§impl Clone for IInternetSecurityManagerEx
impl Clone for IInternetSecurityManagerEx
Source§fn clone(&self) -> IInternetSecurityManagerEx
fn clone(&self) -> IInternetSecurityManagerEx
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 IInternetSecurityManagerEx
impl Debug for IInternetSecurityManagerEx
impl Copy 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