#[repr(C)]pub struct CThostFtdcRspApiHandshakeField {
pub FrontHandshakeDataLen: TThostFtdcHandshakeDataLenType,
pub FrontHandshakeData: TThostFtdcHandshakeDataType,
pub IsApiAuthEnabled: TThostFtdcBoolType,
}
Expand description
front发给api的握手回复
Fields§
§FrontHandshakeDataLen: TThostFtdcHandshakeDataLenType
握手回复数据长度
FrontHandshakeData: TThostFtdcHandshakeDataType
握手回复数据
IsApiAuthEnabled: TThostFtdcBoolType
API认证是否开启
Trait Implementations§
impl Copy for CThostFtdcRspApiHandshakeField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspApiHandshakeField
impl RefUnwindSafe for CThostFtdcRspApiHandshakeField
impl Send for CThostFtdcRspApiHandshakeField
impl Sync for CThostFtdcRspApiHandshakeField
impl Unpin for CThostFtdcRspApiHandshakeField
impl UnwindSafe for CThostFtdcRspApiHandshakeField
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