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