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