Struct windows_sys::Win32::Networking::WindowsWebServices::WS_XML_STRING
[−]#[repr(C)]pub struct WS_XML_STRING {
pub length: u32,
pub bytes: *mut u8,
pub dictionary: *mut WS_XML_DICTIONARY,
pub id: u32,
}
Expand description
Required features: ‘Win32_Networking_WindowsWebServices’, ‘Win32_Foundation’
Fields
length: u32
bytes: *mut u8
dictionary: *mut WS_XML_DICTIONARY
id: u32
Trait Implementations
impl Clone for WS_XML_STRING
impl Clone for WS_XML_STRING
impl Copy for WS_XML_STRING
Auto Trait Implementations
impl RefUnwindSafe for WS_XML_STRING
impl !Send for WS_XML_STRING
impl !Sync for WS_XML_STRING
impl Unpin for WS_XML_STRING
impl UnwindSafe for WS_XML_STRING
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