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