#[repr(C)]pub struct CThostFtdcReqUserLoginWithCaptchaField {Show 13 fields
pub TradingDay: TThostFtdcDateType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub Password: TThostFtdcPasswordType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub InterfaceProductInfo: TThostFtdcProductInfoType,
pub ProtocolInfo: TThostFtdcProtocolInfoType,
pub MacAddress: TThostFtdcMacAddressType,
pub reserve1: TThostFtdcOldIPAddressType,
pub LoginRemark: TThostFtdcLoginRemarkType,
pub Captcha: TThostFtdcPasswordType,
pub ClientIPPort: TThostFtdcIPPortType,
pub ClientIPAddress: TThostFtdcIPAddressType,
}Fields§
§TradingDay: TThostFtdcDateType§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§Password: TThostFtdcPasswordType§UserProductInfo: TThostFtdcProductInfoType§InterfaceProductInfo: TThostFtdcProductInfoType§ProtocolInfo: TThostFtdcProtocolInfoType§MacAddress: TThostFtdcMacAddressType§reserve1: TThostFtdcOldIPAddressType§LoginRemark: TThostFtdcLoginRemarkType§Captcha: TThostFtdcPasswordType§ClientIPPort: TThostFtdcIPPortType§ClientIPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqUserLoginWithCaptchaField
impl Clone for CThostFtdcReqUserLoginWithCaptchaField
Source§fn clone(&self) -> CThostFtdcReqUserLoginWithCaptchaField
fn clone(&self) -> CThostFtdcReqUserLoginWithCaptchaField
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 moreimpl Copy for CThostFtdcReqUserLoginWithCaptchaField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqUserLoginWithCaptchaField
impl RefUnwindSafe for CThostFtdcReqUserLoginWithCaptchaField
impl Send for CThostFtdcReqUserLoginWithCaptchaField
impl Sync for CThostFtdcReqUserLoginWithCaptchaField
impl Unpin for CThostFtdcReqUserLoginWithCaptchaField
impl UnwindSafe for CThostFtdcReqUserLoginWithCaptchaField
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