#[repr(C)]pub struct CThostFtdcReqVerifyApiKeyField {
pub ApiHandshakeDataLen: TThostFtdcHandshakeDataLenType,
pub ApiHandshakeData: TThostFtdcHandshakeDataType,
}Fields§
§ApiHandshakeDataLen: TThostFtdcHandshakeDataLenType§ApiHandshakeData: TThostFtdcHandshakeDataTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqVerifyApiKeyField
impl Clone for CThostFtdcReqVerifyApiKeyField
Source§fn clone(&self) -> CThostFtdcReqVerifyApiKeyField
fn clone(&self) -> CThostFtdcReqVerifyApiKeyField
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 CThostFtdcReqVerifyApiKeyField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqVerifyApiKeyField
impl RefUnwindSafe for CThostFtdcReqVerifyApiKeyField
impl Send for CThostFtdcReqVerifyApiKeyField
impl Sync for CThostFtdcReqVerifyApiKeyField
impl Unpin for CThostFtdcReqVerifyApiKeyField
impl UnwindSafe for CThostFtdcReqVerifyApiKeyField
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