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