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