#[repr(C)]pub struct WS_XML_TIMESPAN_TEXT {
pub text: WS_XML_TEXT,
pub value: WS_TIMESPAN,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
text: WS_XML_TEXT
value: WS_TIMESPAN
Trait Implementations
impl Clone for WS_XML_TIMESPAN_TEXT
impl Clone for WS_XML_TIMESPAN_TEXT
impl Copy for WS_XML_TIMESPAN_TEXT
Auto Trait Implementations
impl RefUnwindSafe for WS_XML_TIMESPAN_TEXT
impl Send for WS_XML_TIMESPAN_TEXT
impl Sync for WS_XML_TIMESPAN_TEXT
impl Unpin for WS_XML_TIMESPAN_TEXT
impl UnwindSafe for WS_XML_TIMESPAN_TEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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