#[repr(C)]pub struct CThostFtdcSyncDeltaInvestorSPMMModelField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub SPMMModelID: TThostFtdcSPMMModelIDType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§SPMMModelID: TThostFtdcSPMMModelIDType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaInvestorSPMMModelField
impl Clone for CThostFtdcSyncDeltaInvestorSPMMModelField
Source§fn clone(&self) -> CThostFtdcSyncDeltaInvestorSPMMModelField
fn clone(&self) -> CThostFtdcSyncDeltaInvestorSPMMModelField
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 CThostFtdcSyncDeltaInvestorSPMMModelField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaInvestorSPMMModelField
impl RefUnwindSafe for CThostFtdcSyncDeltaInvestorSPMMModelField
impl Send for CThostFtdcSyncDeltaInvestorSPMMModelField
impl Sync for CThostFtdcSyncDeltaInvestorSPMMModelField
impl Unpin for CThostFtdcSyncDeltaInvestorSPMMModelField
impl UnwindSafe for CThostFtdcSyncDeltaInvestorSPMMModelField
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