#[repr(C)]pub struct CThostFtdcTransferFutureToBankReqField {
pub FutureAccount: TThostFtdcAccountIDType,
pub FuturePwdFlag: TThostFtdcFuturePwdFlagType,
pub FutureAccPwd: TThostFtdcFutureAccPwdType,
pub TradeAmt: TThostFtdcMoneyType,
pub CustFee: TThostFtdcMoneyType,
pub CurrencyCode: TThostFtdcCurrencyCodeType,
}Fields§
§FutureAccount: TThostFtdcAccountIDType§FuturePwdFlag: TThostFtdcFuturePwdFlagType§FutureAccPwd: TThostFtdcFutureAccPwdType§TradeAmt: TThostFtdcMoneyType§CustFee: TThostFtdcMoneyType§CurrencyCode: TThostFtdcCurrencyCodeTypeTrait Implementations§
Source§impl Clone for CThostFtdcTransferFutureToBankReqField
impl Clone for CThostFtdcTransferFutureToBankReqField
Source§fn clone(&self) -> CThostFtdcTransferFutureToBankReqField
fn clone(&self) -> CThostFtdcTransferFutureToBankReqField
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 CThostFtdcTransferFutureToBankReqField
Auto Trait Implementations§
impl Freeze for CThostFtdcTransferFutureToBankReqField
impl RefUnwindSafe for CThostFtdcTransferFutureToBankReqField
impl Send for CThostFtdcTransferFutureToBankReqField
impl Sync for CThostFtdcTransferFutureToBankReqField
impl Unpin for CThostFtdcTransferFutureToBankReqField
impl UnwindSafe for CThostFtdcTransferFutureToBankReqField
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