Struct windows_sys::Win32::Networking::WindowsWebServices::WS_HTTP_URL
[−]#[repr(C)]pub struct WS_HTTP_URL {
pub url: WS_URL,
pub host: WS_STRING,
pub port: u16,
pub portAsString: WS_STRING,
pub path: WS_STRING,
pub query: WS_STRING,
pub fragment: WS_STRING,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
url: WS_URL
host: WS_STRING
port: u16
portAsString: WS_STRING
path: WS_STRING
query: WS_STRING
fragment: WS_STRING
Trait Implementations
impl Clone for WS_HTTP_URL
impl Clone for WS_HTTP_URL
impl Copy for WS_HTTP_URL
Auto Trait Implementations
impl RefUnwindSafe for WS_HTTP_URL
impl !Send for WS_HTTP_URL
impl !Sync for WS_HTTP_URL
impl Unpin for WS_HTTP_URL
impl UnwindSafe for WS_HTTP_URL
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