#[repr(C)]pub struct CThostFtdcSyncDepositField {
pub DepositSeqNo: TThostFtdcDepositSeqNoType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Deposit: TThostFtdcMoneyType,
pub IsForce: TThostFtdcBoolType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub IsFromSopt: TThostFtdcBoolType,
pub TradingPassword: TThostFtdcPasswordType,
}Fields§
§DepositSeqNo: TThostFtdcDepositSeqNoType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§Deposit: TThostFtdcMoneyType§IsForce: TThostFtdcBoolType§CurrencyID: TThostFtdcCurrencyIDType§IsFromSopt: TThostFtdcBoolType§TradingPassword: TThostFtdcPasswordTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDepositField
impl Clone for CThostFtdcSyncDepositField
Source§fn clone(&self) -> CThostFtdcSyncDepositField
fn clone(&self) -> CThostFtdcSyncDepositField
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 CThostFtdcSyncDepositField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDepositField
impl RefUnwindSafe for CThostFtdcSyncDepositField
impl Send for CThostFtdcSyncDepositField
impl Sync for CThostFtdcSyncDepositField
impl Unpin for CThostFtdcSyncDepositField
impl UnsafeUnpin for CThostFtdcSyncDepositField
impl UnwindSafe for CThostFtdcSyncDepositField
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