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