#[repr(C)]pub struct CThostFtdcReqApiHandshakeField {
pub CryptoKeyVersion: TThostFtdcCryptoKeyVersionType,
}Fields§
§CryptoKeyVersion: TThostFtdcCryptoKeyVersionTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqApiHandshakeField
impl Clone for CThostFtdcReqApiHandshakeField
Source§fn clone(&self) -> CThostFtdcReqApiHandshakeField
fn clone(&self) -> CThostFtdcReqApiHandshakeField
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 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