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