#[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,
}Expand description
客户端认证信息
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
UserID: TThostFtdcUserIDType用户代码
UserProductInfo: TThostFtdcProductInfoType用户端产品信息
AuthInfo: TThostFtdcAuthInfoType认证信息
IsResult: TThostFtdcBoolType是否为认证结果
AppID: TThostFtdcAppIDTypeApp代码
AppType: TThostFtdcAppTypeTypeApp类型
Trait Implementations§
impl 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