Struct windows_sys::Win32::System::AddressBook::SDateTimeArray
[−]Expand description
Required features: "Win32_System_AddressBook"
, "Win32_Foundation"
Fields
cValues: u32
lpft: *mut FILETIME
Trait Implementations
impl Clone for SDateTimeArray
impl Clone for SDateTimeArray
impl Copy for SDateTimeArray
Auto Trait Implementations
impl RefUnwindSafe for SDateTimeArray
impl !Send for SDateTimeArray
impl !Sync for SDateTimeArray
impl Unpin for SDateTimeArray
impl UnwindSafe for SDateTimeArray
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