Struct windows_sys::Win32::Networking::WindowsWebServices::WS_NETTCP_URL
[−]#[repr(C)]pub struct WS_NETTCP_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_NETTCP_URL
impl Clone for WS_NETTCP_URL
impl Copy for WS_NETTCP_URL
Auto Trait Implementations
impl RefUnwindSafe for WS_NETTCP_URL
impl !Send for WS_NETTCP_URL
impl !Sync for WS_NETTCP_URL
impl Unpin for WS_NETTCP_URL
impl UnwindSafe for WS_NETTCP_URL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more