Struct windows_sys::Win32::Networking::WindowsWebServices::WS_STRING
#[repr(C)]pub struct WS_STRING {
pub length: u32,
pub chars: PWSTR,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more