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