Struct SCurrencyArray
#[repr(C)]pub struct SCurrencyArray {
pub cValues: u32,
pub lpcur: *mut CY,
}
Fields§
§cValues: u32
§lpcur: *mut CY
Trait Implementations§
§impl Clone for SCurrencyArray
impl Clone for SCurrencyArray
§fn clone(&self) -> SCurrencyArray
fn clone(&self) -> SCurrencyArray
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SCurrencyArray
Auto Trait Implementations§
impl Freeze for SCurrencyArray
impl RefUnwindSafe for SCurrencyArray
impl !Send for SCurrencyArray
impl !Sync for SCurrencyArray
impl Unpin for SCurrencyArray
impl UnwindSafe for SCurrencyArray
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