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