#[repr(C)]pub struct CThostFtdcReqUserLoginWithTextField {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 Text: 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§Text: TThostFtdcPasswordType§ClientIPPort: TThostFtdcIPPortType§ClientIPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqUserLoginWithTextField
impl Clone for CThostFtdcReqUserLoginWithTextField
Source§fn clone(&self) -> CThostFtdcReqUserLoginWithTextField
fn clone(&self) -> CThostFtdcReqUserLoginWithTextField
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 CThostFtdcReqUserLoginWithTextField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqUserLoginWithTextField
impl RefUnwindSafe for CThostFtdcReqUserLoginWithTextField
impl Send for CThostFtdcReqUserLoginWithTextField
impl Sync for CThostFtdcReqUserLoginWithTextField
impl Unpin for CThostFtdcReqUserLoginWithTextField
impl UnwindSafe for CThostFtdcReqUserLoginWithTextField
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