#[repr(C)]pub struct IInternetSecurityManagerEx2 {
pub lpVtbl: *mut IInternetSecurityManagerEx2Vtbl,
}Fields§
§lpVtbl: *mut IInternetSecurityManagerEx2VtblTrait Implementations§
Source§impl Clone for IInternetSecurityManagerEx2
impl Clone for IInternetSecurityManagerEx2
Source§fn clone(&self) -> IInternetSecurityManagerEx2
fn clone(&self) -> IInternetSecurityManagerEx2
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IInternetSecurityManagerEx2
Auto Trait Implementations§
impl !Send for IInternetSecurityManagerEx2
impl !Sync for IInternetSecurityManagerEx2
impl Freeze for IInternetSecurityManagerEx2
impl RefUnwindSafe for IInternetSecurityManagerEx2
impl Unpin for IInternetSecurityManagerEx2
impl UnsafeUnpin for IInternetSecurityManagerEx2
impl UnwindSafe for IInternetSecurityManagerEx2
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