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,
}
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
§fn clone(&self) -> URL_COMPONENTSA
fn clone(&self) -> URL_COMPONENTSA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for URL_COMPONENTSA
Auto Trait Implementations§
impl Freeze for URL_COMPONENTSA
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)