#[repr(C)]pub struct CThostFtdcQryExchangeExecOrderActionField {
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub TraderID: TThostFtdcTraderIDType,
}Fields§
§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§ExchangeID: TThostFtdcExchangeIDType§TraderID: TThostFtdcTraderIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryExchangeExecOrderActionField
impl Clone for CThostFtdcQryExchangeExecOrderActionField
Source§fn clone(&self) -> CThostFtdcQryExchangeExecOrderActionField
fn clone(&self) -> CThostFtdcQryExchangeExecOrderActionField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcQryExchangeExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExchangeExecOrderActionField
impl RefUnwindSafe for CThostFtdcQryExchangeExecOrderActionField
impl Send for CThostFtdcQryExchangeExecOrderActionField
impl Sync for CThostFtdcQryExchangeExecOrderActionField
impl Unpin for CThostFtdcQryExchangeExecOrderActionField
impl UnsafeUnpin for CThostFtdcQryExchangeExecOrderActionField
impl UnwindSafe for CThostFtdcQryExchangeExecOrderActionField
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