#[repr(C)]pub struct CThostFtdcQryRULEInterParameterField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub Leg1ProdFamilyCode: TThostFtdcInstrumentIDType,
pub Leg2ProdFamilyCode: TThostFtdcInstrumentIDType,
pub CommodityGroupID: TThostFtdcCommodityGroupIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§Leg1ProdFamilyCode: TThostFtdcInstrumentIDType§Leg2ProdFamilyCode: TThostFtdcInstrumentIDType§CommodityGroupID: TThostFtdcCommodityGroupIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryRULEInterParameterField
impl Clone for CThostFtdcQryRULEInterParameterField
Source§fn clone(&self) -> CThostFtdcQryRULEInterParameterField
fn clone(&self) -> CThostFtdcQryRULEInterParameterField
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 CThostFtdcQryRULEInterParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryRULEInterParameterField
impl RefUnwindSafe for CThostFtdcQryRULEInterParameterField
impl Send for CThostFtdcQryRULEInterParameterField
impl Sync for CThostFtdcQryRULEInterParameterField
impl Unpin for CThostFtdcQryRULEInterParameterField
impl UnwindSafe for CThostFtdcQryRULEInterParameterField
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