#[repr(C)]pub struct CThostFtdcQryExecOrderActionField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§ExchangeID: TThostFtdcExchangeIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryExecOrderActionField
impl Clone for CThostFtdcQryExecOrderActionField
Source§fn clone(&self) -> CThostFtdcQryExecOrderActionField
fn clone(&self) -> CThostFtdcQryExecOrderActionField
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 CThostFtdcQryExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExecOrderActionField
impl RefUnwindSafe for CThostFtdcQryExecOrderActionField
impl Send for CThostFtdcQryExecOrderActionField
impl Sync for CThostFtdcQryExecOrderActionField
impl Unpin for CThostFtdcQryExecOrderActionField
impl UnsafeUnpin for CThostFtdcQryExecOrderActionField
impl UnwindSafe for CThostFtdcQryExecOrderActionField
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