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