Struct windows_sys::Win32::Networking::WindowsWebServices::WS_URL
[−]#[repr(C)]pub struct WS_URL {
pub scheme: WS_URL_SCHEME_TYPE,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
scheme: WS_URL_SCHEME_TYPE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WS_URL
impl Send for WS_URL
impl Sync for WS_URL
impl Unpin for WS_URL
impl UnwindSafe for WS_URL
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