Struct windows_sys::Win32::System::Wmi::MI_Timestamp
[−]#[repr(C)]pub struct MI_Timestamp {
pub year: u32,
pub month: u32,
pub day: u32,
pub hour: u32,
pub minute: u32,
pub second: u32,
pub microseconds: u32,
pub utc: i32,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
year: u32
month: u32
day: u32
hour: u32
minute: u32
second: u32
microseconds: u32
utc: i32
Trait Implementations
impl Clone for MI_Timestamp
impl Clone for MI_Timestamp
impl Copy for MI_Timestamp
Auto Trait Implementations
impl RefUnwindSafe for MI_Timestamp
impl Send for MI_Timestamp
impl Sync for MI_Timestamp
impl Unpin for MI_Timestamp
impl UnwindSafe for MI_Timestamp
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