#[repr(C)]pub struct CThostFtdcQryExchangeField {
pub ExchangeID: TThostFtdcExchangeIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryExchangeField
impl Clone for CThostFtdcQryExchangeField
Source§fn clone(&self) -> CThostFtdcQryExchangeField
fn clone(&self) -> CThostFtdcQryExchangeField
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 CThostFtdcQryExchangeField
impl Debug for CThostFtdcQryExchangeField
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