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