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