#[repr(C)]pub struct CThostFtdcSyncStatusField {
pub TradingDay: TThostFtdcDateType,
pub DataSyncStatus: TThostFtdcDataSyncStatusType,
}Fields§
§TradingDay: TThostFtdcDateType§DataSyncStatus: TThostFtdcDataSyncStatusTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncStatusField
impl Clone for CThostFtdcSyncStatusField
Source§fn clone(&self) -> CThostFtdcSyncStatusField
fn clone(&self) -> CThostFtdcSyncStatusField
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 moreSource§impl Debug for CThostFtdcSyncStatusField
impl Debug for CThostFtdcSyncStatusField
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