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