#[repr(i32)]pub enum __MIDL_IInternetZoneManager_0002 {
ZAFLAGS_CUSTOM_EDIT = 1,
ZAFLAGS_ADD_SITES = 2,
ZAFLAGS_REQUIRE_VERIFICATION = 4,
ZAFLAGS_INCLUDE_PROXY_OVERRIDE = 8,
ZAFLAGS_INCLUDE_INTRANET_SITES = 16,
ZAFLAGS_NO_UI = 32,
ZAFLAGS_SUPPORTS_VERIFICATION = 64,
ZAFLAGS_UNC_AS_INTRANET = 128,
ZAFLAGS_DETECT_INTRANET = 256,
ZAFLAGS_USE_LOCKED_ZONES = 65_536,
ZAFLAGS_VERIFY_TEMPLATE_SETTINGS = 131_072,
ZAFLAGS_NO_CACHE = 262_144,
}Variants§
ZAFLAGS_CUSTOM_EDIT = 1
ZAFLAGS_ADD_SITES = 2
ZAFLAGS_REQUIRE_VERIFICATION = 4
ZAFLAGS_INCLUDE_PROXY_OVERRIDE = 8
ZAFLAGS_INCLUDE_INTRANET_SITES = 16
ZAFLAGS_NO_UI = 32
ZAFLAGS_SUPPORTS_VERIFICATION = 64
ZAFLAGS_UNC_AS_INTRANET = 128
ZAFLAGS_DETECT_INTRANET = 256
ZAFLAGS_USE_LOCKED_ZONES = 65_536
ZAFLAGS_VERIFY_TEMPLATE_SETTINGS = 131_072
ZAFLAGS_NO_CACHE = 262_144
Trait Implementations§
Source§impl Clone for __MIDL_IInternetZoneManager_0002
impl Clone for __MIDL_IInternetZoneManager_0002
Source§fn clone(&self) -> __MIDL_IInternetZoneManager_0002
fn clone(&self) -> __MIDL_IInternetZoneManager_0002
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 PartialEq for __MIDL_IInternetZoneManager_0002
impl PartialEq for __MIDL_IInternetZoneManager_0002
Source§fn eq(&self, other: &__MIDL_IInternetZoneManager_0002) -> bool
fn eq(&self, other: &__MIDL_IInternetZoneManager_0002) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for __MIDL_IInternetZoneManager_0002
impl Eq for __MIDL_IInternetZoneManager_0002
impl StructuralPartialEq for __MIDL_IInternetZoneManager_0002
Auto Trait Implementations§
impl Freeze for __MIDL_IInternetZoneManager_0002
impl RefUnwindSafe for __MIDL_IInternetZoneManager_0002
impl Send for __MIDL_IInternetZoneManager_0002
impl Sync for __MIDL_IInternetZoneManager_0002
impl Unpin for __MIDL_IInternetZoneManager_0002
impl UnwindSafe for __MIDL_IInternetZoneManager_0002
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