#[repr(C)]pub struct CThostFtdcPositionProfitAlgorithmField {
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub Algorithm: TThostFtdcAlgorithmType,
pub Memo: TThostFtdcMemoType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§AccountID: TThostFtdcAccountIDType§Algorithm: TThostFtdcAlgorithmType§Memo: TThostFtdcMemoType§CurrencyID: TThostFtdcCurrencyIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcPositionProfitAlgorithmField
impl Clone for CThostFtdcPositionProfitAlgorithmField
Source§fn clone(&self) -> CThostFtdcPositionProfitAlgorithmField
fn clone(&self) -> CThostFtdcPositionProfitAlgorithmField
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 CThostFtdcPositionProfitAlgorithmField
Auto Trait Implementations§
impl Freeze for CThostFtdcPositionProfitAlgorithmField
impl RefUnwindSafe for CThostFtdcPositionProfitAlgorithmField
impl Send for CThostFtdcPositionProfitAlgorithmField
impl Sync for CThostFtdcPositionProfitAlgorithmField
impl Unpin for CThostFtdcPositionProfitAlgorithmField
impl UnwindSafe for CThostFtdcPositionProfitAlgorithmField
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