#[repr(C)]pub struct SCurrencyArray {
pub cValues: u32,
pub lpcur: *mut CY,
}Fields§
§cValues: u32§lpcur: *mut CYTrait Implementations§
Source§impl Clone for SCurrencyArray
impl Clone for SCurrencyArray
Source§fn clone(&self) -> SCurrencyArray
fn clone(&self) -> SCurrencyArray
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl Debug for SCurrencyArray
impl Debug for SCurrencyArray
Source§impl Default for SCurrencyArray
impl Default for SCurrencyArray
Source§fn default() -> SCurrencyArray
fn default() -> SCurrencyArray
Returns the “default value” for a type. Read more
Source§impl PartialEq for SCurrencyArray
impl PartialEq for SCurrencyArray
Source§fn eq(&self, other: &SCurrencyArray) -> bool
fn eq(&self, other: &SCurrencyArray) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SCurrencyArray
Auto Trait Implementations§
impl !Send for SCurrencyArray
impl !Sync for SCurrencyArray
impl Freeze for SCurrencyArray
impl RefUnwindSafe for SCurrencyArray
impl Unpin for SCurrencyArray
impl UnsafeUnpin 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