Struct libctp_sys::CThostFtdcUserSessionField
source · #[repr(C)]pub struct CThostFtdcUserSessionField {Show 13 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 MacAddress: TThostFtdcMacAddressType,
pub LoginRemark: TThostFtdcLoginRemarkType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§LoginDate: TThostFtdcDateType§LoginTime: TThostFtdcTimeType§reserve1: TThostFtdcOldIPAddressType§UserProductInfo: TThostFtdcProductInfoType§InterfaceProductInfo: TThostFtdcProductInfoType§ProtocolInfo: TThostFtdcProtocolInfoType§MacAddress: TThostFtdcMacAddressType§LoginRemark: TThostFtdcLoginRemarkType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
source§impl Clone for CThostFtdcUserSessionField
impl Clone for CThostFtdcUserSessionField
source§fn clone(&self) -> CThostFtdcUserSessionField
fn clone(&self) -> CThostFtdcUserSessionField
Returns a copy 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 CThostFtdcUserSessionField
impl Debug for CThostFtdcUserSessionField
impl Copy for CThostFtdcUserSessionField
Auto Trait Implementations§
impl Freeze for CThostFtdcUserSessionField
impl RefUnwindSafe for CThostFtdcUserSessionField
impl Send for CThostFtdcUserSessionField
impl Sync for CThostFtdcUserSessionField
impl Unpin for CThostFtdcUserSessionField
impl UnwindSafe for CThostFtdcUserSessionField
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