#[repr(C)]pub struct CThostFtdcRspAuthenticateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub AppID: TThostFtdcAppIDType,
pub AppType: TThostFtdcAppTypeType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§UserProductInfo: TThostFtdcProductInfoType§AppID: TThostFtdcAppIDType§AppType: TThostFtdcAppTypeTypeTrait Implementations§
source§impl Clone for CThostFtdcRspAuthenticateField
impl Clone for CThostFtdcRspAuthenticateField
source§fn clone(&self) -> CThostFtdcRspAuthenticateField
fn clone(&self) -> CThostFtdcRspAuthenticateField
Returns a copy 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 CThostFtdcRspAuthenticateField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspAuthenticateField
impl RefUnwindSafe for CThostFtdcRspAuthenticateField
impl Send for CThostFtdcRspAuthenticateField
impl Sync for CThostFtdcRspAuthenticateField
impl Unpin for CThostFtdcRspAuthenticateField
impl UnwindSafe for CThostFtdcRspAuthenticateField
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