#[repr(C)]pub struct CThostFtdcUserSystemInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub ClientSystemInfoLen: TThostFtdcSystemInfoLenType,
pub ClientSystemInfo: TThostFtdcClientSystemInfoType,
pub reserve1: TThostFtdcOldIPAddressType,
pub ClientIPPort: TThostFtdcIPPortType,
pub ClientLoginTime: TThostFtdcTimeType,
pub ClientAppID: TThostFtdcAppIDType,
pub ClientPublicIP: TThostFtdcIPAddressType,
pub ClientLoginRemark: TThostFtdcClientLoginRemarkType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§ClientSystemInfoLen: TThostFtdcSystemInfoLenType§ClientSystemInfo: TThostFtdcClientSystemInfoType§reserve1: TThostFtdcOldIPAddressType§ClientIPPort: TThostFtdcIPPortType§ClientLoginTime: TThostFtdcTimeType§ClientAppID: TThostFtdcAppIDType§ClientPublicIP: TThostFtdcIPAddressType§ClientLoginRemark: TThostFtdcClientLoginRemarkTypeTrait Implementations§
Source§impl Clone for CThostFtdcUserSystemInfoField
impl Clone for CThostFtdcUserSystemInfoField
Source§fn clone(&self) -> CThostFtdcUserSystemInfoField
fn clone(&self) -> CThostFtdcUserSystemInfoField
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 CThostFtdcUserSystemInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcUserSystemInfoField
impl RefUnwindSafe for CThostFtdcUserSystemInfoField
impl Send for CThostFtdcUserSystemInfoField
impl Sync for CThostFtdcUserSystemInfoField
impl Unpin for CThostFtdcUserSystemInfoField
impl UnwindSafe for CThostFtdcUserSystemInfoField
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