#[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 (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 IInternetZoneManagerEx
Auto Trait Implementations§
impl !Send for IInternetZoneManagerEx
impl !Sync for IInternetZoneManagerEx
impl Freeze for IInternetZoneManagerEx
impl RefUnwindSafe for IInternetZoneManagerEx
impl Unpin for IInternetZoneManagerEx
impl UnsafeUnpin 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