#[repr(C)]pub struct CThostFtdcInvestorInfoCntSettingField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ProductID: TThostFtdcProductIDType,
pub IsCalInfoComm: TThostFtdcBoolType,
pub IsLimitInfoMax: TThostFtdcBoolType,
pub InfoMaxLimit: TThostFtdcVolumeType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§ProductID: TThostFtdcProductIDType§IsCalInfoComm: TThostFtdcBoolType§IsLimitInfoMax: TThostFtdcBoolType§InfoMaxLimit: TThostFtdcVolumeTypeTrait Implementations§
Source§impl Clone for CThostFtdcInvestorInfoCntSettingField
impl Clone for CThostFtdcInvestorInfoCntSettingField
Source§fn clone(&self) -> CThostFtdcInvestorInfoCntSettingField
fn clone(&self) -> CThostFtdcInvestorInfoCntSettingField
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 CThostFtdcInvestorInfoCntSettingField
Auto Trait Implementations§
impl Freeze for CThostFtdcInvestorInfoCntSettingField
impl RefUnwindSafe for CThostFtdcInvestorInfoCntSettingField
impl Send for CThostFtdcInvestorInfoCntSettingField
impl Sync for CThostFtdcInvestorInfoCntSettingField
impl Unpin for CThostFtdcInvestorInfoCntSettingField
impl UnwindSafe for CThostFtdcInvestorInfoCntSettingField
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