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