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