#[repr(C)]pub struct CThostFtdcQryClassifiedInstrumentField {
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub ProductID: TThostFtdcInstrumentIDType,
pub TradingType: TThostFtdcTradingTypeType,
pub ClassType: TThostFtdcClassTypeType,
}Fields§
§InstrumentID: TThostFtdcInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§ProductID: TThostFtdcInstrumentIDType§TradingType: TThostFtdcTradingTypeType§ClassType: TThostFtdcClassTypeTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryClassifiedInstrumentField
impl Clone for CThostFtdcQryClassifiedInstrumentField
Source§fn clone(&self) -> CThostFtdcQryClassifiedInstrumentField
fn clone(&self) -> CThostFtdcQryClassifiedInstrumentField
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 CThostFtdcQryClassifiedInstrumentField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryClassifiedInstrumentField
impl RefUnwindSafe for CThostFtdcQryClassifiedInstrumentField
impl Send for CThostFtdcQryClassifiedInstrumentField
impl Sync for CThostFtdcQryClassifiedInstrumentField
impl Unpin for CThostFtdcQryClassifiedInstrumentField
impl UnwindSafe for CThostFtdcQryClassifiedInstrumentField
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