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