Struct windows_sys::Win32::Networking::WinInet::INTERNET_CREDENTIALS
[−]#[repr(C)]pub struct INTERNET_CREDENTIALS {
pub lpcwszHostName: PCWSTR,
pub dwPort: u32,
pub dwScheme: u32,
pub lpcwszUrl: PCWSTR,
pub lpcwszRealm: PCWSTR,
pub fAuthIdentity: BOOL,
pub Anonymous: INTERNET_CREDENTIALS_0,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
lpcwszHostName: PCWSTR
dwPort: u32
dwScheme: u32
lpcwszUrl: PCWSTR
lpcwszRealm: PCWSTR
fAuthIdentity: BOOL
Anonymous: INTERNET_CREDENTIALS_0
Trait Implementations
impl Clone for INTERNET_CREDENTIALS
impl Clone for INTERNET_CREDENTIALS
impl Copy for INTERNET_CREDENTIALS
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_CREDENTIALS
impl !Send for INTERNET_CREDENTIALS
impl !Sync for INTERNET_CREDENTIALS
impl Unpin for INTERNET_CREDENTIALS
impl UnwindSafe for INTERNET_CREDENTIALS
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