#[repr(C)]pub struct CThostFtdcRspUserLoginField {Show 15 fields
pub TradingDay: TThostFtdcDateType,
pub LoginTime: TThostFtdcTimeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub SystemName: TThostFtdcSystemNameType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub MaxOrderRef: TThostFtdcOrderRefType,
pub SHFETime: TThostFtdcTimeType,
pub DCETime: TThostFtdcTimeType,
pub CZCETime: TThostFtdcTimeType,
pub FFEXTime: TThostFtdcTimeType,
pub INETime: TThostFtdcTimeType,
pub SysVersion: TThostFtdcSysVersionType,
pub GFEXTime: TThostFtdcTimeType,
}Fields§
§TradingDay: TThostFtdcDateType§LoginTime: TThostFtdcTimeType§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§SystemName: TThostFtdcSystemNameType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§MaxOrderRef: TThostFtdcOrderRefType§SHFETime: TThostFtdcTimeType§DCETime: TThostFtdcTimeType§CZCETime: TThostFtdcTimeType§FFEXTime: TThostFtdcTimeType§INETime: TThostFtdcTimeType§SysVersion: TThostFtdcSysVersionType§GFEXTime: TThostFtdcTimeTypeTrait Implementations§
Source§impl Clone for CThostFtdcRspUserLoginField
impl Clone for CThostFtdcRspUserLoginField
Source§fn clone(&self) -> CThostFtdcRspUserLoginField
fn clone(&self) -> CThostFtdcRspUserLoginField
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 CThostFtdcRspUserLoginField
impl Debug for CThostFtdcRspUserLoginField
impl Copy for CThostFtdcRspUserLoginField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspUserLoginField
impl RefUnwindSafe for CThostFtdcRspUserLoginField
impl Send for CThostFtdcRspUserLoginField
impl Sync for CThostFtdcRspUserLoginField
impl Unpin for CThostFtdcRspUserLoginField
impl UnwindSafe for CThostFtdcRspUserLoginField
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