Struct windows_sys::Win32::Networking::WinHttp::URL_COMPONENTS
[−]#[repr(C)]pub struct URL_COMPONENTS {Show 15 fields
pub dwStructSize: u32,
pub lpszScheme: PWSTR,
pub dwSchemeLength: u32,
pub nScheme: WINHTTP_INTERNET_SCHEME,
pub lpszHostName: PWSTR,
pub dwHostNameLength: u32,
pub nPort: u16,
pub lpszUserName: PWSTR,
pub dwUserNameLength: u32,
pub lpszPassword: PWSTR,
pub dwPasswordLength: u32,
pub lpszUrlPath: PWSTR,
pub dwUrlPathLength: u32,
pub lpszExtraInfo: PWSTR,
pub dwExtraInfoLength: u32,
}
Expand description
Required features: "Win32_Networking_WinHttp"
Fields
dwStructSize: u32
lpszScheme: PWSTR
dwSchemeLength: u32
nScheme: WINHTTP_INTERNET_SCHEME
lpszHostName: PWSTR
dwHostNameLength: u32
nPort: u16
lpszUserName: PWSTR
dwUserNameLength: u32
lpszPassword: PWSTR
dwPasswordLength: u32
lpszUrlPath: PWSTR
dwUrlPathLength: u32
lpszExtraInfo: PWSTR
dwExtraInfoLength: u32
Trait Implementations
impl Clone for URL_COMPONENTS
impl Clone for URL_COMPONENTS
impl Copy for URL_COMPONENTS
Auto Trait Implementations
impl RefUnwindSafe for URL_COMPONENTS
impl !Send for URL_COMPONENTS
impl !Sync for URL_COMPONENTS
impl Unpin for URL_COMPONENTS
impl UnwindSafe for URL_COMPONENTS
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