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