#[repr(C)]pub struct CThostFtdcReqAuthenticateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub AuthCode: TThostFtdcAuthCodeType,
pub AppID: TThostFtdcAppIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§UserProductInfo: TThostFtdcProductInfoType§AuthCode: TThostFtdcAuthCodeType§AppID: TThostFtdcAppIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqAuthenticateField
impl Clone for CThostFtdcReqAuthenticateField
Source§fn clone(&self) -> CThostFtdcReqAuthenticateField
fn clone(&self) -> CThostFtdcReqAuthenticateField
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 CThostFtdcReqAuthenticateField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqAuthenticateField
impl RefUnwindSafe for CThostFtdcReqAuthenticateField
impl Send for CThostFtdcReqAuthenticateField
impl Sync for CThostFtdcReqAuthenticateField
impl Unpin for CThostFtdcReqAuthenticateField
impl UnwindSafe for CThostFtdcReqAuthenticateField
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