#[repr(C)]pub struct CThostFtdcFensUserInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub LoginMode: TThostFtdcLoginModeType,
}
Expand description
Fens用户信息
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
LoginMode: TThostFtdcLoginModeType
登录模式
Trait Implementations§
Source§impl Clone for CThostFtdcFensUserInfoField
impl Clone for CThostFtdcFensUserInfoField
Source§impl Default for CThostFtdcFensUserInfoField
impl Default for CThostFtdcFensUserInfoField
Source§fn default() -> CThostFtdcFensUserInfoField
fn default() -> CThostFtdcFensUserInfoField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcFensUserInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcFensUserInfoField
impl RefUnwindSafe for CThostFtdcFensUserInfoField
impl Send for CThostFtdcFensUserInfoField
impl Sync for CThostFtdcFensUserInfoField
impl Unpin for CThostFtdcFensUserInfoField
impl UnwindSafe for CThostFtdcFensUserInfoField
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