#[repr(C)]pub struct CThostFtdcQryExchangeField {
pub ExchangeID: TThostFtdcExchangeIDType,
}
Expand description
查询交易所
Fields§
§ExchangeID: TThostFtdcExchangeIDType
交易所代码
Trait Implementations§
Source§impl Clone for CThostFtdcQryExchangeField
impl Clone for CThostFtdcQryExchangeField
Source§impl Default for CThostFtdcQryExchangeField
impl Default for CThostFtdcQryExchangeField
Source§fn default() -> CThostFtdcQryExchangeField
fn default() -> CThostFtdcQryExchangeField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryExchangeField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExchangeField
impl RefUnwindSafe for CThostFtdcQryExchangeField
impl Send for CThostFtdcQryExchangeField
impl Sync for CThostFtdcQryExchangeField
impl Unpin for CThostFtdcQryExchangeField
impl UnwindSafe for CThostFtdcQryExchangeField
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