Struct windows_sys::Win32::Networking::WindowsWebServices::WS_STRING
[−]Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
length: u32
chars: PWSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WS_STRING
impl !Send for WS_STRING
impl !Sync for WS_STRING
impl Unpin for WS_STRING
impl UnwindSafe for WS_STRING
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