#[repr(C)]
pub struct URL_COMPONENTSW {
Show 15 fields pub dwStructSize: u32, pub lpszScheme: PWSTR, pub dwSchemeLength: u32, pub nScheme: 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_WinInet"

Fields

dwStructSize: u32lpszScheme: PWSTRdwSchemeLength: u32nScheme: INTERNET_SCHEMElpszHostName: PWSTRdwHostNameLength: u32nPort: u16lpszUserName: PWSTRdwUserNameLength: u32lpszPassword: PWSTRdwPasswordLength: u32lpszUrlPath: PWSTRdwUrlPathLength: u32lpszExtraInfo: PWSTRdwExtraInfoLength: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.