#[repr(C)]pub struct CThostFtdcBrokerUserOTPParamField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub OTPVendorsID: TThostFtdcOTPVendorsIDType,
pub SerialNumber: TThostFtdcSerialNumberType,
pub AuthKey: TThostFtdcAuthKeyType,
pub LastDrift: TThostFtdcLastDriftType,
pub LastSuccess: TThostFtdcLastSuccessType,
pub OTPType: TThostFtdcOTPTypeType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§OTPVendorsID: TThostFtdcOTPVendorsIDType§SerialNumber: TThostFtdcSerialNumberType§AuthKey: TThostFtdcAuthKeyType§LastDrift: TThostFtdcLastDriftType§LastSuccess: TThostFtdcLastSuccessType§OTPType: TThostFtdcOTPTypeTypeTrait Implementations§
Source§impl Clone for CThostFtdcBrokerUserOTPParamField
impl Clone for CThostFtdcBrokerUserOTPParamField
Source§fn clone(&self) -> CThostFtdcBrokerUserOTPParamField
fn clone(&self) -> CThostFtdcBrokerUserOTPParamField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcBrokerUserOTPParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerUserOTPParamField
impl RefUnwindSafe for CThostFtdcBrokerUserOTPParamField
impl Send for CThostFtdcBrokerUserOTPParamField
impl Sync for CThostFtdcBrokerUserOTPParamField
impl Unpin for CThostFtdcBrokerUserOTPParamField
impl UnwindSafe for CThostFtdcBrokerUserOTPParamField
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