#[repr(C)]pub struct CThostFtdcSecAgentACIDMapField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub BrokerSecAgentID: TThostFtdcAccountIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§AccountID: TThostFtdcAccountIDType§CurrencyID: TThostFtdcCurrencyIDType§BrokerSecAgentID: TThostFtdcAccountIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcSecAgentACIDMapField
impl Clone for CThostFtdcSecAgentACIDMapField
Source§fn clone(&self) -> CThostFtdcSecAgentACIDMapField
fn clone(&self) -> CThostFtdcSecAgentACIDMapField
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 CThostFtdcSecAgentACIDMapField
Auto Trait Implementations§
impl Freeze for CThostFtdcSecAgentACIDMapField
impl RefUnwindSafe for CThostFtdcSecAgentACIDMapField
impl Send for CThostFtdcSecAgentACIDMapField
impl Sync for CThostFtdcSecAgentACIDMapField
impl Unpin for CThostFtdcSecAgentACIDMapField
impl UnwindSafe for CThostFtdcSecAgentACIDMapField
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