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