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