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