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