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