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