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