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