#[repr(C)]pub struct CThostFtdcCFMMCTradingAccountKeyField {
pub BrokerID: TThostFtdcBrokerIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub AccountID: TThostFtdcAccountIDType,
pub KeyID: TThostFtdcSequenceNoType,
pub CurrentKey: TThostFtdcCFMMCKeyType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§ParticipantID: TThostFtdcParticipantIDType§AccountID: TThostFtdcAccountIDType§KeyID: TThostFtdcSequenceNoType§CurrentKey: TThostFtdcCFMMCKeyTypeTrait Implementations§
Source§impl Clone for CThostFtdcCFMMCTradingAccountKeyField
impl Clone for CThostFtdcCFMMCTradingAccountKeyField
Source§fn clone(&self) -> CThostFtdcCFMMCTradingAccountKeyField
fn clone(&self) -> CThostFtdcCFMMCTradingAccountKeyField
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 moreimpl Copy for CThostFtdcCFMMCTradingAccountKeyField
Auto Trait Implementations§
impl Freeze for CThostFtdcCFMMCTradingAccountKeyField
impl RefUnwindSafe for CThostFtdcCFMMCTradingAccountKeyField
impl Send for CThostFtdcCFMMCTradingAccountKeyField
impl Sync for CThostFtdcCFMMCTradingAccountKeyField
impl Unpin for CThostFtdcCFMMCTradingAccountKeyField
impl UnwindSafe for CThostFtdcCFMMCTradingAccountKeyField
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