#[repr(C)]pub struct CThostFtdcRCAMSInstrParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProductID: TThostFtdcProductIDType,
pub HedgeRate: TThostFtdcHedgeRateType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§ProductID: TThostFtdcProductIDType§HedgeRate: TThostFtdcHedgeRateTypeTrait Implementations§
Source§impl Clone for CThostFtdcRCAMSInstrParameterField
impl Clone for CThostFtdcRCAMSInstrParameterField
Source§fn clone(&self) -> CThostFtdcRCAMSInstrParameterField
fn clone(&self) -> CThostFtdcRCAMSInstrParameterField
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 CThostFtdcRCAMSInstrParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcRCAMSInstrParameterField
impl RefUnwindSafe for CThostFtdcRCAMSInstrParameterField
impl Send for CThostFtdcRCAMSInstrParameterField
impl Sync for CThostFtdcRCAMSInstrParameterField
impl Unpin for CThostFtdcRCAMSInstrParameterField
impl UnwindSafe for CThostFtdcRCAMSInstrParameterField
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