#[repr(C)]pub struct CThostFtdcQryUserSessionField {
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
}
Expand description
查询用户会话
Fields§
§FrontID: TThostFtdcFrontIDType
前置编号
SessionID: TThostFtdcSessionIDType
会话编号
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
Trait Implementations§
Source§impl Default for CThostFtdcQryUserSessionField
impl Default for CThostFtdcQryUserSessionField
Source§fn default() -> CThostFtdcQryUserSessionField
fn default() -> CThostFtdcQryUserSessionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryUserSessionField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryUserSessionField
impl RefUnwindSafe for CThostFtdcQryUserSessionField
impl Send for CThostFtdcQryUserSessionField
impl Sync for CThostFtdcQryUserSessionField
impl Unpin for CThostFtdcQryUserSessionField
impl UnwindSafe for CThostFtdcQryUserSessionField
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