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