#[repr(C)]pub struct WS_XML_WRITER_OUTPUT {
pub outputType: WS_XML_WRITER_OUTPUT_TYPE,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
outputType: WS_XML_WRITER_OUTPUT_TYPE
Trait Implementations
impl Clone for WS_XML_WRITER_OUTPUT
impl Clone for WS_XML_WRITER_OUTPUT
impl Copy for WS_XML_WRITER_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for WS_XML_WRITER_OUTPUT
impl Send for WS_XML_WRITER_OUTPUT
impl Sync for WS_XML_WRITER_OUTPUT
impl Unpin for WS_XML_WRITER_OUTPUT
impl UnwindSafe for WS_XML_WRITER_OUTPUT
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