#[repr(C)]pub struct CThostFtdcProductExchRateField {
pub reserve1: TThostFtdcOldInstrumentIDType,
pub QuoteCurrencyID: TThostFtdcCurrencyIDType,
pub ExchangeRate: TThostFtdcExchangeRateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProductID: TThostFtdcInstrumentIDType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§QuoteCurrencyID: TThostFtdcCurrencyIDType§ExchangeRate: TThostFtdcExchangeRateType§ExchangeID: TThostFtdcExchangeIDType§ProductID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcProductExchRateField
impl Clone for CThostFtdcProductExchRateField
Source§fn clone(&self) -> CThostFtdcProductExchRateField
fn clone(&self) -> CThostFtdcProductExchRateField
Returns a duplicate 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 CThostFtdcProductExchRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcProductExchRateField
impl RefUnwindSafe for CThostFtdcProductExchRateField
impl Send for CThostFtdcProductExchRateField
impl Sync for CThostFtdcProductExchRateField
impl Unpin for CThostFtdcProductExchRateField
impl UnwindSafe for CThostFtdcProductExchRateField
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