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