Struct windows_sys::Win32::Networking::WinInet::URL_COMPONENTSW
[−]#[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: u32Trait Implementations
impl Clone for URL_COMPONENTSW
impl Clone for URL_COMPONENTSW
impl Copy for URL_COMPONENTSW
Auto Trait Implementations
impl RefUnwindSafe for URL_COMPONENTSW
impl !Send for URL_COMPONENTSW
impl !Sync for URL_COMPONENTSW
impl Unpin for URL_COMPONENTSW
impl UnwindSafe for URL_COMPONENTSW
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