#[repr(C)]pub struct CThostFtdcReqApiHandshakeField {
pub CryptoKeyVersion: TThostFtdcCryptoKeyVersionType,
}
Expand description
api握手请求
Fields§
§CryptoKeyVersion: TThostFtdcCryptoKeyVersionType
api与front通信密钥版本号
Trait Implementations§
Source§impl Default for CThostFtdcReqApiHandshakeField
impl Default for CThostFtdcReqApiHandshakeField
Source§fn default() -> CThostFtdcReqApiHandshakeField
fn default() -> CThostFtdcReqApiHandshakeField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcReqApiHandshakeField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqApiHandshakeField
impl RefUnwindSafe for CThostFtdcReqApiHandshakeField
impl Send for CThostFtdcReqApiHandshakeField
impl Sync for CThostFtdcReqApiHandshakeField
impl Unpin for CThostFtdcReqApiHandshakeField
impl UnwindSafe for CThostFtdcReqApiHandshakeField
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