#[repr(C)]pub struct CThostFtdcSyncStatusField {
pub TradingDay: TThostFtdcDateType,
pub DataSyncStatus: TThostFtdcDataSyncStatusType,
}
Expand description
数据同步状态
Fields§
§TradingDay: TThostFtdcDateType
交易日
DataSyncStatus: TThostFtdcDataSyncStatusType
数据同步状态
Trait Implementations§
Source§impl Clone for CThostFtdcSyncStatusField
impl Clone for CThostFtdcSyncStatusField
Source§impl Default for CThostFtdcSyncStatusField
impl Default for CThostFtdcSyncStatusField
Source§fn default() -> CThostFtdcSyncStatusField
fn default() -> CThostFtdcSyncStatusField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSyncStatusField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncStatusField
impl RefUnwindSafe for CThostFtdcSyncStatusField
impl Send for CThostFtdcSyncStatusField
impl Sync for CThostFtdcSyncStatusField
impl Unpin for CThostFtdcSyncStatusField
impl UnwindSafe for CThostFtdcSyncStatusField
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