#[repr(C)]pub struct CThostFtdcSuperUserField {
pub UserID: TThostFtdcUserIDType,
pub UserName: TThostFtdcUserNameType,
pub Password: TThostFtdcPasswordType,
pub IsActive: TThostFtdcBoolType,
}
Expand description
管理用户
Fields§
§UserID: TThostFtdcUserIDType
用户代码
UserName: TThostFtdcUserNameType
用户名称
Password: TThostFtdcPasswordType
密码
IsActive: TThostFtdcBoolType
是否活跃
Trait Implementations§
Source§impl Clone for CThostFtdcSuperUserField
impl Clone for CThostFtdcSuperUserField
Source§impl Default for CThostFtdcSuperUserField
impl Default for CThostFtdcSuperUserField
impl Copy for CThostFtdcSuperUserField
Auto Trait Implementations§
impl Freeze for CThostFtdcSuperUserField
impl RefUnwindSafe for CThostFtdcSuperUserField
impl Send for CThostFtdcSuperUserField
impl Sync for CThostFtdcSuperUserField
impl Unpin for CThostFtdcSuperUserField
impl UnwindSafe for CThostFtdcSuperUserField
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