#[repr(C)]pub struct CThostFtdcExchangeField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExchangeName: TThostFtdcExchangeNameType,
pub ExchangeProperty: TThostFtdcExchangePropertyType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§ExchangeName: TThostFtdcExchangeNameType§ExchangeProperty: TThostFtdcExchangePropertyTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeField
impl Clone for CThostFtdcExchangeField
Source§fn clone(&self) -> CThostFtdcExchangeField
fn clone(&self) -> CThostFtdcExchangeField
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 moreSource§impl Debug for CThostFtdcExchangeField
impl Debug for CThostFtdcExchangeField
impl Copy for CThostFtdcExchangeField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeField
impl RefUnwindSafe for CThostFtdcExchangeField
impl Send for CThostFtdcExchangeField
impl Sync for CThostFtdcExchangeField
impl Unpin for CThostFtdcExchangeField
impl UnwindSafe for CThostFtdcExchangeField
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