Struct windows_sys::Win32::Networking::WinHttp::WINHTTP_CREDS_EX
[−]#[repr(C)]pub struct WINHTTP_CREDS_EX {
pub lpszUserName: PSTR,
pub lpszPassword: PSTR,
pub lpszRealm: PSTR,
pub dwAuthScheme: WINHTTP_CREDS_AUTHSCHEME,
pub lpszHostName: PSTR,
pub dwPort: u32,
pub lpszUrl: PSTR,
}
Expand description
Required features: "Win32_Networking_WinHttp"
Fields
lpszUserName: PSTR
lpszPassword: PSTR
lpszRealm: PSTR
dwAuthScheme: WINHTTP_CREDS_AUTHSCHEME
lpszHostName: PSTR
dwPort: u32
lpszUrl: PSTR
Trait Implementations
impl Clone for WINHTTP_CREDS_EX
impl Clone for WINHTTP_CREDS_EX
impl Copy for WINHTTP_CREDS_EX
Auto Trait Implementations
impl RefUnwindSafe for WINHTTP_CREDS_EX
impl !Send for WINHTTP_CREDS_EX
impl !Sync for WINHTTP_CREDS_EX
impl Unpin for WINHTTP_CREDS_EX
impl UnwindSafe for WINHTTP_CREDS_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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