Struct windows_sys::Win32::System::AddressBook::SDateTimeArray
#[repr(C)]pub struct SDateTimeArray {
pub cValues: u32,
pub lpft: *mut FILETIME,
}
Expand description
Required features: "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§
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