Struct wmi::duration::WMIDuration [−][src]
pub struct WMIDuration(pub Duration);Expand description
A wrapper type around Duration, which supports parsing from WMI-format strings.
Tuple Fields
0: Durationpub struct WMIDuration(pub Duration);A wrapper type around Duration, which supports parsing from WMI-format strings.
0: Duration