Struct windows_sys::Win32::System::AddressBook::SCurrencyArray
[−]Expand description
Required features: ‘Win32_System_AddressBook’, ‘Win32_System_Com’
Fields
cValues: u32
lpcur: *mut CY
Trait Implementations
impl Clone for SCurrencyArray
impl Clone for SCurrencyArray
impl Copy for SCurrencyArray
Auto Trait Implementations
impl RefUnwindSafe for SCurrencyArray
impl !Send for SCurrencyArray
impl !Sync for SCurrencyArray
impl Unpin for SCurrencyArray
impl UnwindSafe for SCurrencyArray
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more