#[repr(transparent)]pub struct URLZONE(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl URLZONE
impl URLZONE
pub const URLZONE_INVALID: Self
pub const URLZONE_PREDEFINED_MIN: Self
pub const URLZONE_LOCAL_MACHINE: Self
pub const URLZONE_INTRANET: Self
pub const URLZONE_TRUSTED: Self
pub const URLZONE_INTERNET: Self
pub const URLZONE_UNTRUSTED: Self
pub const URLZONE_PREDEFINED_MAX: Self
pub const URLZONE_USER_MIN: Self
pub const URLZONE_USER_MAX: Self
Trait Implementations§
Source§impl Abi for URLZONE
impl Abi for URLZONE
impl Copy for URLZONE
impl Eq for URLZONE
impl StructuralPartialEq for URLZONE
Auto Trait Implementations§
impl Freeze for URLZONE
impl RefUnwindSafe for URLZONE
impl Send for URLZONE
impl Sync for URLZONE
impl Unpin for URLZONE
impl UnwindSafe for URLZONE
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