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