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