Struct windows_sys::Win32::Networking::WindowsWebServices::WS_UNIQUE_ID
[−]Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
uri: WS_STRING
guid: GUID
Trait Implementations
impl Clone for WS_UNIQUE_ID
impl Clone for WS_UNIQUE_ID
impl Copy for WS_UNIQUE_ID
Auto Trait Implementations
impl RefUnwindSafe for WS_UNIQUE_ID
impl !Send for WS_UNIQUE_ID
impl !Sync for WS_UNIQUE_ID
impl Unpin for WS_UNIQUE_ID
impl UnwindSafe for WS_UNIQUE_ID
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