#[repr(C)]pub struct CThostFtdcSyncDeltaSPBMPortfDefinitionField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub PortfolioDefID: TThostFtdcPortfolioDefIDType,
pub ProdFamilyCode: TThostFtdcInstrumentIDType,
pub IsSPBM: TThostFtdcBoolType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§PortfolioDefID: TThostFtdcPortfolioDefIDType§ProdFamilyCode: TThostFtdcInstrumentIDType§IsSPBM: TThostFtdcBoolType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaSPBMPortfDefinitionField
impl Clone for CThostFtdcSyncDeltaSPBMPortfDefinitionField
Source§fn clone(&self) -> CThostFtdcSyncDeltaSPBMPortfDefinitionField
fn clone(&self) -> CThostFtdcSyncDeltaSPBMPortfDefinitionField
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 CThostFtdcSyncDeltaSPBMPortfDefinitionField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaSPBMPortfDefinitionField
impl RefUnwindSafe for CThostFtdcSyncDeltaSPBMPortfDefinitionField
impl Send for CThostFtdcSyncDeltaSPBMPortfDefinitionField
impl Sync for CThostFtdcSyncDeltaSPBMPortfDefinitionField
impl Unpin for CThostFtdcSyncDeltaSPBMPortfDefinitionField
impl UnwindSafe for CThostFtdcSyncDeltaSPBMPortfDefinitionField
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