#[repr(C)]pub struct CThostFtdcLoginInfoField {Show 24 fields
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub LoginDate: TThostFtdcDateType,
pub LoginTime: TThostFtdcTimeType,
pub reserve1: TThostFtdcOldIPAddressType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub InterfaceProductInfo: TThostFtdcProductInfoType,
pub ProtocolInfo: TThostFtdcProtocolInfoType,
pub SystemName: TThostFtdcSystemNameType,
pub PasswordDeprecated: TThostFtdcPasswordType,
pub MaxOrderRef: TThostFtdcOrderRefType,
pub SHFETime: TThostFtdcTimeType,
pub DCETime: TThostFtdcTimeType,
pub CZCETime: TThostFtdcTimeType,
pub FFEXTime: TThostFtdcTimeType,
pub MacAddress: TThostFtdcMacAddressType,
pub OneTimePassword: TThostFtdcPasswordType,
pub INETime: TThostFtdcTimeType,
pub IsQryControl: TThostFtdcBoolType,
pub LoginRemark: TThostFtdcLoginRemarkType,
pub Password: TThostFtdcPasswordType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§LoginDate: TThostFtdcDateType§LoginTime: TThostFtdcTimeType§reserve1: TThostFtdcOldIPAddressType§UserProductInfo: TThostFtdcProductInfoType§InterfaceProductInfo: TThostFtdcProductInfoType§ProtocolInfo: TThostFtdcProtocolInfoType§SystemName: TThostFtdcSystemNameType§PasswordDeprecated: TThostFtdcPasswordType§MaxOrderRef: TThostFtdcOrderRefType§SHFETime: TThostFtdcTimeType§DCETime: TThostFtdcTimeType§CZCETime: TThostFtdcTimeType§FFEXTime: TThostFtdcTimeType§MacAddress: TThostFtdcMacAddressType§OneTimePassword: TThostFtdcPasswordType§INETime: TThostFtdcTimeType§IsQryControl: TThostFtdcBoolType§LoginRemark: TThostFtdcLoginRemarkType§Password: TThostFtdcPasswordType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcLoginInfoField
impl Clone for CThostFtdcLoginInfoField
Source§fn clone(&self) -> CThostFtdcLoginInfoField
fn clone(&self) -> CThostFtdcLoginInfoField
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 CThostFtdcLoginInfoField
impl Debug for CThostFtdcLoginInfoField
impl Copy for CThostFtdcLoginInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcLoginInfoField
impl RefUnwindSafe for CThostFtdcLoginInfoField
impl Send for CThostFtdcLoginInfoField
impl Sync for CThostFtdcLoginInfoField
impl Unpin for CThostFtdcLoginInfoField
impl UnwindSafe for CThostFtdcLoginInfoField
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