#[repr(C)]pub struct CThostFtdcTransferBankField {
pub BankID: TThostFtdcBankIDType,
pub BankBrchID: TThostFtdcBankBrchIDType,
pub BankName: TThostFtdcBankNameType,
pub IsActive: TThostFtdcBoolType,
}
Expand description
转帐银行
Fields§
§BankID: TThostFtdcBankIDType
银行代码
BankBrchID: TThostFtdcBankBrchIDType
银行分中心代码
BankName: TThostFtdcBankNameType
银行名称
IsActive: TThostFtdcBoolType
是否活跃
Trait Implementations§
Source§impl Clone for CThostFtdcTransferBankField
impl Clone for CThostFtdcTransferBankField
impl Copy for CThostFtdcTransferBankField
Auto Trait Implementations§
impl Freeze for CThostFtdcTransferBankField
impl RefUnwindSafe for CThostFtdcTransferBankField
impl Send for CThostFtdcTransferBankField
impl Sync for CThostFtdcTransferBankField
impl Unpin for CThostFtdcTransferBankField
impl UnwindSafe for CThostFtdcTransferBankField
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