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