#[repr(C)]pub struct CThostFtdcSyncDeltaSPMMProductParamField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProductID: TThostFtdcSPMMProductIDType,
pub CommodityID: TThostFtdcSPMMProductIDType,
pub CommodityGroupID: TThostFtdcSPMMProductIDType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§ProductID: TThostFtdcSPMMProductIDType§CommodityID: TThostFtdcSPMMProductIDType§CommodityGroupID: TThostFtdcSPMMProductIDType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaSPMMProductParamField
impl Clone for CThostFtdcSyncDeltaSPMMProductParamField
Source§fn clone(&self) -> CThostFtdcSyncDeltaSPMMProductParamField
fn clone(&self) -> CThostFtdcSyncDeltaSPMMProductParamField
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 CThostFtdcSyncDeltaSPMMProductParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaSPMMProductParamField
impl RefUnwindSafe for CThostFtdcSyncDeltaSPMMProductParamField
impl Send for CThostFtdcSyncDeltaSPMMProductParamField
impl Sync for CThostFtdcSyncDeltaSPMMProductParamField
impl Unpin for CThostFtdcSyncDeltaSPMMProductParamField
impl UnwindSafe for CThostFtdcSyncDeltaSPMMProductParamField
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