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