#[repr(C)]pub struct URL_COMPONENTSA {Show 15 fields
pub dwStructSize: DWORD,
pub lpszScheme: LPSTR,
pub dwSchemeLength: DWORD,
pub nScheme: INTERNET_SCHEME,
pub lpszHostName: LPSTR,
pub dwHostNameLength: DWORD,
pub nPort: INTERNET_PORT,
pub lpszUserName: LPSTR,
pub dwUserNameLength: DWORD,
pub lpszPassword: LPSTR,
pub dwPasswordLength: DWORD,
pub lpszUrlPath: LPSTR,
pub dwUrlPathLength: DWORD,
pub lpszExtraInfo: LPSTR,
pub dwExtraInfoLength: DWORD,
}Fields§
§dwStructSize: DWORD§lpszScheme: LPSTR§dwSchemeLength: DWORD§nScheme: INTERNET_SCHEME§lpszHostName: LPSTR§dwHostNameLength: DWORD§nPort: INTERNET_PORT§lpszUserName: LPSTR§dwUserNameLength: DWORD§lpszPassword: LPSTR§dwPasswordLength: DWORD§lpszUrlPath: LPSTR§dwUrlPathLength: DWORD§lpszExtraInfo: LPSTR§dwExtraInfoLength: DWORDTrait Implementations§
Source§impl Clone for URL_COMPONENTSA
impl Clone for URL_COMPONENTSA
Source§fn clone(&self) -> URL_COMPONENTSA
fn clone(&self) -> URL_COMPONENTSA
Returns a duplicate 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 moreSource§impl Default for URL_COMPONENTSA
impl Default for URL_COMPONENTSA
Source§fn default() -> URL_COMPONENTSA
fn default() -> URL_COMPONENTSA
Returns the “default value” for a type. Read more
impl 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