#[repr(C)]pub struct CThostFtdcExchangeRateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub FromCurrencyID: TThostFtdcCurrencyIDType,
pub FromCurrencyUnit: TThostFtdcCurrencyUnitType,
pub ToCurrencyID: TThostFtdcCurrencyIDType,
pub ExchangeRate: TThostFtdcExchangeRateType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§FromCurrencyID: TThostFtdcCurrencyIDType§FromCurrencyUnit: TThostFtdcCurrencyUnitType§ToCurrencyID: TThostFtdcCurrencyIDType§ExchangeRate: TThostFtdcExchangeRateTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeRateField
impl Clone for CThostFtdcExchangeRateField
Source§fn clone(&self) -> CThostFtdcExchangeRateField
fn clone(&self) -> CThostFtdcExchangeRateField
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 CThostFtdcExchangeRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeRateField
impl RefUnwindSafe for CThostFtdcExchangeRateField
impl Send for CThostFtdcExchangeRateField
impl Sync for CThostFtdcExchangeRateField
impl Unpin for CThostFtdcExchangeRateField
impl UnsafeUnpin for CThostFtdcExchangeRateField
impl UnwindSafe for CThostFtdcExchangeRateField
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