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: u32
lpszScheme: PSTR
dwSchemeLength: u32
nScheme: INTERNET_SCHEME
lpszHostName: PSTR
dwHostNameLength: u32
nPort: u16
lpszUserName: PSTR
dwUserNameLength: u32
lpszPassword: PSTR
dwPasswordLength: u32
lpszUrlPath: PSTR
dwUrlPathLength: u32
lpszExtraInfo: PSTR
dwExtraInfoLength: u32
Trait 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 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