#[repr(C)]pub struct CThostFtdcRspUserLogin2Field {Show 14 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 RandomString: TThostFtdcRandomStringType,
}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§RandomString: TThostFtdcRandomStringTypeTrait Implementations§
Source§impl Clone for CThostFtdcRspUserLogin2Field
impl Clone for CThostFtdcRspUserLogin2Field
Source§fn clone(&self) -> CThostFtdcRspUserLogin2Field
fn clone(&self) -> CThostFtdcRspUserLogin2Field
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 CThostFtdcRspUserLogin2Field
impl Debug for CThostFtdcRspUserLogin2Field
impl Copy for CThostFtdcRspUserLogin2Field
Auto Trait Implementations§
impl Freeze for CThostFtdcRspUserLogin2Field
impl RefUnwindSafe for CThostFtdcRspUserLogin2Field
impl Send for CThostFtdcRspUserLogin2Field
impl Sync for CThostFtdcRspUserLogin2Field
impl Unpin for CThostFtdcRspUserLogin2Field
impl UnwindSafe for CThostFtdcRspUserLogin2Field
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