#[repr(C)]pub struct CThostFtdcInstrumentTradingRightField {
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 CThostFtdcInstrumentTradingRightField
impl Clone for CThostFtdcInstrumentTradingRightField
Source§fn clone(&self) -> CThostFtdcInstrumentTradingRightField
fn clone(&self) -> CThostFtdcInstrumentTradingRightField
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 CThostFtdcInstrumentTradingRightField
Auto Trait Implementations§
impl Freeze for CThostFtdcInstrumentTradingRightField
impl RefUnwindSafe for CThostFtdcInstrumentTradingRightField
impl Send for CThostFtdcInstrumentTradingRightField
impl Sync for CThostFtdcInstrumentTradingRightField
impl Unpin for CThostFtdcInstrumentTradingRightField
impl UnwindSafe for CThostFtdcInstrumentTradingRightField
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