#[repr(C)]pub struct CThostFtdcSpecificInstrumentField {
pub InstrumentID: TThostFtdcInstrumentIDType,
}
Expand description
指定的合约
Fields§
§InstrumentID: TThostFtdcInstrumentIDType
合约代码
Trait Implementations§
Source§impl Default for CThostFtdcSpecificInstrumentField
impl Default for CThostFtdcSpecificInstrumentField
Source§fn default() -> CThostFtdcSpecificInstrumentField
fn default() -> CThostFtdcSpecificInstrumentField
Returns the “default value” for a type. Read more
impl 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