#[repr(C)]pub struct CThostFtdcMarketDataUpdateTimeField {
pub reserve1: TThostFtdcOldInstrumentIDType,
pub UpdateTime: TThostFtdcTimeType,
pub UpdateMillisec: TThostFtdcMillisecType,
pub ActionDay: TThostFtdcDateType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§UpdateTime: TThostFtdcTimeType§UpdateMillisec: TThostFtdcMillisecType§ActionDay: TThostFtdcDateType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcMarketDataUpdateTimeField
impl Clone for CThostFtdcMarketDataUpdateTimeField
Source§fn clone(&self) -> CThostFtdcMarketDataUpdateTimeField
fn clone(&self) -> CThostFtdcMarketDataUpdateTimeField
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 CThostFtdcMarketDataUpdateTimeField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataUpdateTimeField
impl RefUnwindSafe for CThostFtdcMarketDataUpdateTimeField
impl Send for CThostFtdcMarketDataUpdateTimeField
impl Sync for CThostFtdcMarketDataUpdateTimeField
impl Unpin for CThostFtdcMarketDataUpdateTimeField
impl UnwindSafe for CThostFtdcMarketDataUpdateTimeField
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