#[repr(C)]pub struct CThostFtdcSyncDeltaProductStatusField {
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProductID: TThostFtdcInstrumentIDType,
pub ProductStatus: TThostFtdcProductStatusType,
}Fields§
§SyncDeltaSequenceNo: TThostFtdcSequenceNoType§ExchangeID: TThostFtdcExchangeIDType§ProductID: TThostFtdcInstrumentIDType§ProductStatus: TThostFtdcProductStatusTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaProductStatusField
impl Clone for CThostFtdcSyncDeltaProductStatusField
Source§fn clone(&self) -> CThostFtdcSyncDeltaProductStatusField
fn clone(&self) -> CThostFtdcSyncDeltaProductStatusField
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 CThostFtdcSyncDeltaProductStatusField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaProductStatusField
impl RefUnwindSafe for CThostFtdcSyncDeltaProductStatusField
impl Send for CThostFtdcSyncDeltaProductStatusField
impl Sync for CThostFtdcSyncDeltaProductStatusField
impl Unpin for CThostFtdcSyncDeltaProductStatusField
impl UnwindSafe for CThostFtdcSyncDeltaProductStatusField
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