#[repr(C)]pub struct CThostFtdcQryInvestorPositionField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryInvestorPositionField
impl Clone for CThostFtdcQryInvestorPositionField
Source§fn clone(&self) -> CThostFtdcQryInvestorPositionField
fn clone(&self) -> CThostFtdcQryInvestorPositionField
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 CThostFtdcQryInvestorPositionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryInvestorPositionField
impl RefUnwindSafe for CThostFtdcQryInvestorPositionField
impl Send for CThostFtdcQryInvestorPositionField
impl Sync for CThostFtdcQryInvestorPositionField
impl Unpin for CThostFtdcQryInvestorPositionField
impl UnsafeUnpin for CThostFtdcQryInvestorPositionField
impl UnwindSafe for CThostFtdcQryInvestorPositionField
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