Struct windows_sys::Win32::System::Wmi::MI_Interval
[−]#[repr(C)]pub struct MI_Interval {
pub days: u32,
pub hours: u32,
pub minutes: u32,
pub seconds: u32,
pub microseconds: u32,
pub __padding1: u32,
pub __padding2: u32,
pub __padding3: u32,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
days: u32
hours: u32
minutes: u32
seconds: u32
microseconds: u32
__padding1: u32
__padding2: u32
__padding3: u32
Trait Implementations
impl Clone for MI_Interval
impl Clone for MI_Interval
impl Copy for MI_Interval
Auto Trait Implementations
impl RefUnwindSafe for MI_Interval
impl Send for MI_Interval
impl Sync for MI_Interval
impl Unpin for MI_Interval
impl UnwindSafe for MI_Interval
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