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