#[repr(C)]pub struct CThostFtdcCombinationLegField {
pub reserve1: TThostFtdcOldInstrumentIDType,
pub LegID: TThostFtdcLegIDType,
pub reserve2: TThostFtdcOldInstrumentIDType,
pub Direction: TThostFtdcDirectionType,
pub LegMultiple: TThostFtdcLegMultipleType,
pub ImplyLevel: TThostFtdcImplyLevelType,
pub CombInstrumentID: TThostFtdcInstrumentIDType,
pub LegInstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§LegID: TThostFtdcLegIDType§reserve2: TThostFtdcOldInstrumentIDType§Direction: TThostFtdcDirectionType§LegMultiple: TThostFtdcLegMultipleType§ImplyLevel: TThostFtdcImplyLevelType§CombInstrumentID: TThostFtdcInstrumentIDType§LegInstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcCombinationLegField
impl Clone for CThostFtdcCombinationLegField
Source§fn clone(&self) -> CThostFtdcCombinationLegField
fn clone(&self) -> CThostFtdcCombinationLegField
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 CThostFtdcCombinationLegField
Auto Trait Implementations§
impl Freeze for CThostFtdcCombinationLegField
impl RefUnwindSafe for CThostFtdcCombinationLegField
impl Send for CThostFtdcCombinationLegField
impl Sync for CThostFtdcCombinationLegField
impl Unpin for CThostFtdcCombinationLegField
impl UnwindSafe for CThostFtdcCombinationLegField
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