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