Struct windows::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,
}
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
§fn clone(&self) -> MI_Interval
fn clone(&self) -> MI_Interval
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MI_Interval
impl Debug for MI_Interval
§impl PartialEq for MI_Interval
impl PartialEq for MI_Interval
§fn eq(&self, other: &MI_Interval) -> bool
fn eq(&self, other: &MI_Interval) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MI_Interval
impl Eq for MI_Interval
impl StructuralPartialEq for MI_Interval
Auto Trait Implementations§
impl Freeze for MI_Interval
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)