#[repr(C)]pub struct CThostFtdcAuthenticationInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub AuthInfo: TThostFtdcAuthInfoType,
pub IsResult: TThostFtdcBoolType,
pub AppID: TThostFtdcAppIDType,
pub AppType: TThostFtdcAppTypeType,
pub reserve1: TThostFtdcOldIPAddressType,
pub ClientIPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§UserProductInfo: TThostFtdcProductInfoType§AuthInfo: TThostFtdcAuthInfoType§IsResult: TThostFtdcBoolType§AppID: TThostFtdcAppIDType§AppType: TThostFtdcAppTypeType§reserve1: TThostFtdcOldIPAddressType§ClientIPAddress: TThostFtdcIPAddressTypeTrait Implementations§
source§impl Clone for CThostFtdcAuthenticationInfoField
impl Clone for CThostFtdcAuthenticationInfoField
source§fn clone(&self) -> CThostFtdcAuthenticationInfoField
fn clone(&self) -> CThostFtdcAuthenticationInfoField
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 moreimpl Copy for CThostFtdcAuthenticationInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcAuthenticationInfoField
impl RefUnwindSafe for CThostFtdcAuthenticationInfoField
impl Send for CThostFtdcAuthenticationInfoField
impl Sync for CThostFtdcAuthenticationInfoField
impl Unpin for CThostFtdcAuthenticationInfoField
impl UnwindSafe for CThostFtdcAuthenticationInfoField
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