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