Struct windows_sys::Win32::Networking::WinInet::INTERNET_CREDENTIALS_0_0
#[repr(C)]pub struct INTERNET_CREDENTIALS_0_0 {
pub lpcwszUserName: PCWSTR,
pub lpcwszPassword: PCWSTR,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§lpcwszUserName: PCWSTR
§lpcwszPassword: PCWSTR
Trait Implementations§
§impl Clone for INTERNET_CREDENTIALS_0_0
impl Clone for INTERNET_CREDENTIALS_0_0
impl Copy for INTERNET_CREDENTIALS_0_0
Auto Trait Implementations§
impl RefUnwindSafe for INTERNET_CREDENTIALS_0_0
impl !Send for INTERNET_CREDENTIALS_0_0
impl !Sync for INTERNET_CREDENTIALS_0_0
impl Unpin for INTERNET_CREDENTIALS_0_0
impl UnwindSafe for INTERNET_CREDENTIALS_0_0
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