#[repr(C)]pub struct CThostFtdcQryForQuoteParamField {
pub BrokerID: TThostFtdcBrokerIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§reserve1: TThostFtdcOldInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryForQuoteParamField
impl Clone for CThostFtdcQryForQuoteParamField
Source§fn clone(&self) -> CThostFtdcQryForQuoteParamField
fn clone(&self) -> CThostFtdcQryForQuoteParamField
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 CThostFtdcQryForQuoteParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryForQuoteParamField
impl RefUnwindSafe for CThostFtdcQryForQuoteParamField
impl Send for CThostFtdcQryForQuoteParamField
impl Sync for CThostFtdcQryForQuoteParamField
impl Unpin for CThostFtdcQryForQuoteParamField
impl UnwindSafe for CThostFtdcQryForQuoteParamField
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