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