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: u32lpszScheme: PWSTRdwSchemeLength: u32nScheme: WINHTTP_INTERNET_SCHEMElpszHostName: PWSTRdwHostNameLength: u32nPort: u16lpszUserName: PWSTRdwUserNameLength: u32lpszPassword: PWSTRdwPasswordLength: u32lpszUrlPath: PWSTRdwUrlPathLength: u32lpszExtraInfo: PWSTRdwExtraInfoLength: u32Trait 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