#[repr(C)]pub struct CThostFtdcRCAMSCombProductInfoField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProductID: TThostFtdcProductIDType,
pub CombProductID: TThostFtdcProductIDType,
pub ProductGroupID: TThostFtdcProductIDType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§ProductID: TThostFtdcProductIDType§CombProductID: TThostFtdcProductIDType§ProductGroupID: TThostFtdcProductIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcRCAMSCombProductInfoField
impl Clone for CThostFtdcRCAMSCombProductInfoField
Source§fn clone(&self) -> CThostFtdcRCAMSCombProductInfoField
fn clone(&self) -> CThostFtdcRCAMSCombProductInfoField
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 CThostFtdcRCAMSCombProductInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcRCAMSCombProductInfoField
impl RefUnwindSafe for CThostFtdcRCAMSCombProductInfoField
impl Send for CThostFtdcRCAMSCombProductInfoField
impl Sync for CThostFtdcRCAMSCombProductInfoField
impl Unpin for CThostFtdcRCAMSCombProductInfoField
impl UnwindSafe for CThostFtdcRCAMSCombProductInfoField
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