Enum win_inet::InternetOpenType
source · [−]#[repr(u32)]
pub enum InternetOpenType {
PRECONFIG,
DIRECT,
PROXY,
PRECONFIG_WITH_NO_AUTOPROXY,
}Variants
PRECONFIG
Retrieves the proxy or direct configuration from the registry.
DIRECT
Resolves all host names locally.
PROXY
Use Proxy
PRECONFIG_WITH_NO_AUTOPROXY
PRECONFIG without INS
Auto Trait Implementations
impl RefUnwindSafe for InternetOpenType
impl Send for InternetOpenType
impl Sync for InternetOpenType
impl Unpin for InternetOpenType
impl UnwindSafe for InternetOpenType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more