#[repr(C)]pub struct CThostFtdcCurrTransferIdentityField {
pub IdentityID: TThostFtdcDRIdentityIDType,
}
Expand description
当前银期所属交易中心
Fields§
§IdentityID: TThostFtdcDRIdentityIDType
交易中心代码
Trait Implementations§
Source§impl Default for CThostFtdcCurrTransferIdentityField
impl Default for CThostFtdcCurrTransferIdentityField
Source§fn default() -> CThostFtdcCurrTransferIdentityField
fn default() -> CThostFtdcCurrTransferIdentityField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcCurrTransferIdentityField
Auto Trait Implementations§
impl Freeze for CThostFtdcCurrTransferIdentityField
impl RefUnwindSafe for CThostFtdcCurrTransferIdentityField
impl Send for CThostFtdcCurrTransferIdentityField
impl Sync for CThostFtdcCurrTransferIdentityField
impl Unpin for CThostFtdcCurrTransferIdentityField
impl UnwindSafe for CThostFtdcCurrTransferIdentityField
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