#[repr(C)]pub struct CThostFtdcVerifyCustInfoField {
pub CustomerName: TThostFtdcIndividualNameType,
pub IdCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub CustType: TThostFtdcCustTypeType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}Fields§
§CustomerName: TThostFtdcIndividualNameType§IdCardType: TThostFtdcIdCardTypeType§IdentifiedCardNo: TThostFtdcIdentifiedCardNoType§CustType: TThostFtdcCustTypeType§LongCustomerName: TThostFtdcLongIndividualNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcVerifyCustInfoField
impl Clone for CThostFtdcVerifyCustInfoField
Source§fn clone(&self) -> CThostFtdcVerifyCustInfoField
fn clone(&self) -> CThostFtdcVerifyCustInfoField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcVerifyCustInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcVerifyCustInfoField
impl RefUnwindSafe for CThostFtdcVerifyCustInfoField
impl Send for CThostFtdcVerifyCustInfoField
impl Sync for CThostFtdcVerifyCustInfoField
impl Unpin for CThostFtdcVerifyCustInfoField
impl UnsafeUnpin for CThostFtdcVerifyCustInfoField
impl UnwindSafe for CThostFtdcVerifyCustInfoField
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