#[repr(C)]pub struct IInternetZoneManagerEx {
pub lpVtbl: *mut IInternetZoneManagerExVtbl,
}
Fields§
§lpVtbl: *mut IInternetZoneManagerExVtbl
Trait Implementations§
Source§impl Clone for IInternetZoneManagerEx
impl Clone for IInternetZoneManagerEx
Source§fn clone(&self) -> IInternetZoneManagerEx
fn clone(&self) -> IInternetZoneManagerEx
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 IInternetZoneManagerEx
impl Debug for IInternetZoneManagerEx
Source§impl Ord for IInternetZoneManagerEx
impl Ord for IInternetZoneManagerEx
Source§fn cmp(&self, other: &IInternetZoneManagerEx) -> Ordering
fn cmp(&self, other: &IInternetZoneManagerEx) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IInternetZoneManagerEx
impl PartialEq for IInternetZoneManagerEx
Source§impl PartialOrd for IInternetZoneManagerEx
impl PartialOrd for IInternetZoneManagerEx
impl Copy for IInternetZoneManagerEx
impl Eq for IInternetZoneManagerEx
impl StructuralPartialEq 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