#[repr(C)]pub struct CThostFtdcUserPasswordUpdateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub OldPassword: TThostFtdcPasswordType,
pub NewPassword: TThostFtdcPasswordType,
}
Expand description
用户口令变更
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
OldPassword: TThostFtdcPasswordType
原来的口令
NewPassword: TThostFtdcPasswordType
新的口令
Trait Implementations§
impl Copy for CThostFtdcUserPasswordUpdateField
Auto Trait Implementations§
impl Freeze for CThostFtdcUserPasswordUpdateField
impl RefUnwindSafe for CThostFtdcUserPasswordUpdateField
impl Send for CThostFtdcUserPasswordUpdateField
impl Sync for CThostFtdcUserPasswordUpdateField
impl Unpin for CThostFtdcUserPasswordUpdateField
impl UnwindSafe for CThostFtdcUserPasswordUpdateField
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