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