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