Struct windows_sys::Win32::System::AddressBook::SAppTimeArray
#[repr(C)]pub struct SAppTimeArray {
pub cValues: u32,
pub lpat: *mut f64,
}
Fields§
§cValues: u32
§lpat: *mut f64
Trait Implementations§
§impl Clone for SAppTimeArray
impl Clone for SAppTimeArray
impl Copy for SAppTimeArray
Auto Trait Implementations§
impl RefUnwindSafe for SAppTimeArray
impl !Send for SAppTimeArray
impl !Sync for SAppTimeArray
impl Unpin for SAppTimeArray
impl UnwindSafe for SAppTimeArray
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