Struct windows_sys::Win32::Networking::WinInet::URL_COMPONENTSA
[−]#[repr(C)]pub struct URL_COMPONENTSA {Show 15 fields
pub dwStructSize: u32,
pub lpszScheme: PSTR,
pub dwSchemeLength: u32,
pub nScheme: INTERNET_SCHEME,
pub lpszHostName: PSTR,
pub dwHostNameLength: u32,
pub nPort: u16,
pub lpszUserName: PSTR,
pub dwUserNameLength: u32,
pub lpszPassword: PSTR,
pub dwPasswordLength: u32,
pub lpszUrlPath: PSTR,
pub dwUrlPathLength: u32,
pub lpszExtraInfo: PSTR,
pub dwExtraInfoLength: u32,
}Expand description
Required features: "Win32_Networking_WinInet"
Fields
dwStructSize: u32lpszScheme: PSTRdwSchemeLength: u32nScheme: INTERNET_SCHEMElpszHostName: PSTRdwHostNameLength: u32nPort: u16lpszUserName: PSTRdwUserNameLength: u32lpszPassword: PSTRdwPasswordLength: u32lpszUrlPath: PSTRdwUrlPathLength: u32lpszExtraInfo: PSTRdwExtraInfoLength: u32Trait Implementations
impl Clone for URL_COMPONENTSA
impl Clone for URL_COMPONENTSA
impl Copy for URL_COMPONENTSA
Auto Trait Implementations
impl RefUnwindSafe for URL_COMPONENTSA
impl !Send for URL_COMPONENTSA
impl !Sync for URL_COMPONENTSA
impl Unpin for URL_COMPONENTSA
impl UnwindSafe for URL_COMPONENTSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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