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