#[repr(C)]pub struct CThostFtdcSyncDeltaInfoField {
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
pub SyncDeltaStatus: TThostFtdcSyncDeltaStatusType,
pub SyncDescription: TThostFtdcSyncDescriptionType,
pub IsOnlyTrdDelta: TThostFtdcBoolType,
}Fields§
§SyncDeltaSequenceNo: TThostFtdcSequenceNoType§SyncDeltaStatus: TThostFtdcSyncDeltaStatusType§SyncDescription: TThostFtdcSyncDescriptionType§IsOnlyTrdDelta: TThostFtdcBoolTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaInfoField
impl Clone for CThostFtdcSyncDeltaInfoField
Source§fn clone(&self) -> CThostFtdcSyncDeltaInfoField
fn clone(&self) -> CThostFtdcSyncDeltaInfoField
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 CThostFtdcSyncDeltaInfoField
impl Debug for CThostFtdcSyncDeltaInfoField
impl Copy for CThostFtdcSyncDeltaInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaInfoField
impl RefUnwindSafe for CThostFtdcSyncDeltaInfoField
impl Send for CThostFtdcSyncDeltaInfoField
impl Sync for CThostFtdcSyncDeltaInfoField
impl Unpin for CThostFtdcSyncDeltaInfoField
impl UnwindSafe for CThostFtdcSyncDeltaInfoField
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