#[repr(C)]pub struct CThostFtdcQrySPBMAddOnInterParameterField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub Leg1ProdFamilyCode: TThostFtdcInstrumentIDType,
pub Leg2ProdFamilyCode: TThostFtdcInstrumentIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§Leg1ProdFamilyCode: TThostFtdcInstrumentIDType§Leg2ProdFamilyCode: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQrySPBMAddOnInterParameterField
impl Clone for CThostFtdcQrySPBMAddOnInterParameterField
Source§fn clone(&self) -> CThostFtdcQrySPBMAddOnInterParameterField
fn clone(&self) -> CThostFtdcQrySPBMAddOnInterParameterField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcQrySPBMAddOnInterParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcQrySPBMAddOnInterParameterField
impl RefUnwindSafe for CThostFtdcQrySPBMAddOnInterParameterField
impl Send for CThostFtdcQrySPBMAddOnInterParameterField
impl Sync for CThostFtdcQrySPBMAddOnInterParameterField
impl Unpin for CThostFtdcQrySPBMAddOnInterParameterField
impl UnsafeUnpin for CThostFtdcQrySPBMAddOnInterParameterField
impl UnwindSafe for CThostFtdcQrySPBMAddOnInterParameterField
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