#[repr(C)]pub struct CThostFtdcQryExchangeQuoteField {
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve1: TThostFtdcOldExchangeInstIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub TraderID: TThostFtdcTraderIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
}Fields§
§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve1: TThostFtdcOldExchangeInstIDType§ExchangeID: TThostFtdcExchangeIDType§TraderID: TThostFtdcTraderIDType§ExchangeInstID: TThostFtdcExchangeInstIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryExchangeQuoteField
impl Clone for CThostFtdcQryExchangeQuoteField
Source§fn clone(&self) -> CThostFtdcQryExchangeQuoteField
fn clone(&self) -> CThostFtdcQryExchangeQuoteField
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 CThostFtdcQryExchangeQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExchangeQuoteField
impl RefUnwindSafe for CThostFtdcQryExchangeQuoteField
impl Send for CThostFtdcQryExchangeQuoteField
impl Sync for CThostFtdcQryExchangeQuoteField
impl Unpin for CThostFtdcQryExchangeQuoteField
impl UnwindSafe for CThostFtdcQryExchangeQuoteField
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