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