#[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
Source§impl Ord for IInternetZoneManager
impl Ord for IInternetZoneManager
Source§fn cmp(&self, other: &IInternetZoneManager) -> Ordering
fn cmp(&self, other: &IInternetZoneManager) -> 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 IInternetZoneManager
impl PartialEq for IInternetZoneManager
Source§impl PartialOrd for IInternetZoneManager
impl PartialOrd for IInternetZoneManager
impl Copy for IInternetZoneManager
impl Eq for IInternetZoneManager
impl StructuralPartialEq for IInternetZoneManager
Auto Trait Implementations§
impl Freeze for IInternetZoneManager
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