#[repr(C)]pub struct IInternetHostSecurityManager {
pub lpVtbl: *mut IInternetHostSecurityManagerVtbl,
}Fields§
§lpVtbl: *mut IInternetHostSecurityManagerVtblTrait Implementations§
Source§impl Clone for IInternetHostSecurityManager
impl Clone for IInternetHostSecurityManager
Source§fn clone(&self) -> IInternetHostSecurityManager
fn clone(&self) -> IInternetHostSecurityManager
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 IInternetHostSecurityManager
impl Debug for IInternetHostSecurityManager
impl Copy for IInternetHostSecurityManager
Auto Trait Implementations§
impl Freeze for IInternetHostSecurityManager
impl RefUnwindSafe for IInternetHostSecurityManager
impl !Send for IInternetHostSecurityManager
impl !Sync for IInternetHostSecurityManager
impl Unpin for IInternetHostSecurityManager
impl UnwindSafe for IInternetHostSecurityManager
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