#[repr(C)]pub struct CThostFtdcQrySyncDepositField {
pub BrokerID: TThostFtdcBrokerIDType,
pub DepositSeqNo: TThostFtdcDepositSeqNoType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§DepositSeqNo: TThostFtdcDepositSeqNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcQrySyncDepositField
impl Clone for CThostFtdcQrySyncDepositField
Source§fn clone(&self) -> CThostFtdcQrySyncDepositField
fn clone(&self) -> CThostFtdcQrySyncDepositField
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 CThostFtdcQrySyncDepositField
Auto Trait Implementations§
impl Freeze for CThostFtdcQrySyncDepositField
impl RefUnwindSafe for CThostFtdcQrySyncDepositField
impl Send for CThostFtdcQrySyncDepositField
impl Sync for CThostFtdcQrySyncDepositField
impl Unpin for CThostFtdcQrySyncDepositField
impl UnwindSafe for CThostFtdcQrySyncDepositField
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