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