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