#[repr(C)]pub struct CThostFtdcQryExchangeForQuoteField {
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 CThostFtdcQryExchangeForQuoteField
impl Clone for CThostFtdcQryExchangeForQuoteField
Source§fn clone(&self) -> CThostFtdcQryExchangeForQuoteField
fn clone(&self) -> CThostFtdcQryExchangeForQuoteField
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 CThostFtdcQryExchangeForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExchangeForQuoteField
impl RefUnwindSafe for CThostFtdcQryExchangeForQuoteField
impl Send for CThostFtdcQryExchangeForQuoteField
impl Sync for CThostFtdcQryExchangeForQuoteField
impl Unpin for CThostFtdcQryExchangeForQuoteField
impl UnwindSafe for CThostFtdcQryExchangeForQuoteField
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