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