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