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