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