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