#[repr(transparent)]pub struct ZAFLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl ZAFLAGS
impl ZAFLAGS
pub const ZAFLAGS_CUSTOM_EDIT: Self
pub const ZAFLAGS_ADD_SITES: Self
pub const ZAFLAGS_REQUIRE_VERIFICATION: Self
pub const ZAFLAGS_INCLUDE_PROXY_OVERRIDE: Self
pub const ZAFLAGS_INCLUDE_INTRANET_SITES: Self
pub const ZAFLAGS_NO_UI: Self
pub const ZAFLAGS_SUPPORTS_VERIFICATION: Self
pub const ZAFLAGS_UNC_AS_INTRANET: Self
pub const ZAFLAGS_DETECT_INTRANET: Self
pub const ZAFLAGS_USE_LOCKED_ZONES: Self
pub const ZAFLAGS_VERIFY_TEMPLATE_SETTINGS: Self
pub const ZAFLAGS_NO_CACHE: Self
Trait Implementations§
Source§impl Abi for ZAFLAGS
impl Abi for ZAFLAGS
impl Copy for ZAFLAGS
impl Eq for ZAFLAGS
impl StructuralPartialEq for ZAFLAGS
Auto Trait Implementations§
impl Freeze for ZAFLAGS
impl RefUnwindSafe for ZAFLAGS
impl Send for ZAFLAGS
impl Sync for ZAFLAGS
impl Unpin for ZAFLAGS
impl UnwindSafe for ZAFLAGS
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