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