#[repr(C)]pub struct CThostFtdcQryInstrumentStatusField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub reserve1: TThostFtdcOldExchangeInstIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§reserve1: TThostFtdcOldExchangeInstIDType§ExchangeInstID: TThostFtdcExchangeInstIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryInstrumentStatusField
impl Clone for CThostFtdcQryInstrumentStatusField
Source§fn clone(&self) -> CThostFtdcQryInstrumentStatusField
fn clone(&self) -> CThostFtdcQryInstrumentStatusField
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 CThostFtdcQryInstrumentStatusField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryInstrumentStatusField
impl RefUnwindSafe for CThostFtdcQryInstrumentStatusField
impl Send for CThostFtdcQryInstrumentStatusField
impl Sync for CThostFtdcQryInstrumentStatusField
impl Unpin for CThostFtdcQryInstrumentStatusField
impl UnwindSafe for CThostFtdcQryInstrumentStatusField
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