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