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,
}
Fields§
§dwStructSize: u32
§lpszScheme: PWSTR
§dwSchemeLength: u32
§nScheme: 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_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§
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