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