#[repr(C)]pub struct CThostFtdcReqVerifyApiKeyField {
pub ApiHandshakeDataLen: TThostFtdcHandshakeDataLenType,
pub ApiHandshakeData: TThostFtdcHandshakeDataType,
}
Expand description
api给front的验证key的请求
Fields§
§ApiHandshakeDataLen: TThostFtdcHandshakeDataLenType
握手回复数据长度
ApiHandshakeData: TThostFtdcHandshakeDataType
握手回复数据
Trait Implementations§
impl 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