Struct windows_sys::Win32::System::Wmi::MI_DatetimeA
[−]#[repr(C)]pub struct MI_DatetimeA {
pub data: *mut MI_Datetime,
pub size: u32,
}
Expand description
Required features: ‘Win32_System_Wmi’
Fields
data: *mut MI_Datetime
size: u32
Trait Implementations
impl Clone for MI_DatetimeA
impl Clone for MI_DatetimeA
impl Copy for MI_DatetimeA
Auto Trait Implementations
impl RefUnwindSafe for MI_DatetimeA
impl !Send for MI_DatetimeA
impl !Sync for MI_DatetimeA
impl Unpin for MI_DatetimeA
impl UnwindSafe for MI_DatetimeA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more