Struct libctp_sys::CThostFtdcLinkManField
source · #[repr(C)]pub struct CThostFtdcLinkManField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub PersonType: TThostFtdcPersonTypeType,
pub IdentifiedCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub PersonName: TThostFtdcPartyNameType,
pub Telephone: TThostFtdcTelephoneType,
pub Address: TThostFtdcAddressType,
pub ZipCode: TThostFtdcZipCodeType,
pub Priority: TThostFtdcPriorityType,
pub UOAZipCode: TThostFtdcUOAZipCodeType,
pub PersonFullName: TThostFtdcInvestorFullNameType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§PersonType: TThostFtdcPersonTypeType§IdentifiedCardType: TThostFtdcIdCardTypeType§IdentifiedCardNo: TThostFtdcIdentifiedCardNoType§PersonName: TThostFtdcPartyNameType§Telephone: TThostFtdcTelephoneType§Address: TThostFtdcAddressType§ZipCode: TThostFtdcZipCodeType§Priority: TThostFtdcPriorityType§UOAZipCode: TThostFtdcUOAZipCodeType§PersonFullName: TThostFtdcInvestorFullNameTypeTrait Implementations§
source§impl Clone for CThostFtdcLinkManField
impl Clone for CThostFtdcLinkManField
source§fn clone(&self) -> CThostFtdcLinkManField
fn clone(&self) -> CThostFtdcLinkManField
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 moresource§impl Debug for CThostFtdcLinkManField
impl Debug for CThostFtdcLinkManField
impl Copy for CThostFtdcLinkManField
Auto Trait Implementations§
impl Freeze for CThostFtdcLinkManField
impl RefUnwindSafe for CThostFtdcLinkManField
impl Send for CThostFtdcLinkManField
impl Sync for CThostFtdcLinkManField
impl Unpin for CThostFtdcLinkManField
impl UnwindSafe for CThostFtdcLinkManField
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