#[repr(C)]pub struct CThostFtdcSyncDeltaSPBMInvstPortfDefField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub PortfolioDefID: TThostFtdcPortfolioDefIDType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§PortfolioDefID: TThostFtdcPortfolioDefIDType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaSPBMInvstPortfDefField
impl Clone for CThostFtdcSyncDeltaSPBMInvstPortfDefField
Source§fn clone(&self) -> CThostFtdcSyncDeltaSPBMInvstPortfDefField
fn clone(&self) -> CThostFtdcSyncDeltaSPBMInvstPortfDefField
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 CThostFtdcSyncDeltaSPBMInvstPortfDefField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaSPBMInvstPortfDefField
impl RefUnwindSafe for CThostFtdcSyncDeltaSPBMInvstPortfDefField
impl Send for CThostFtdcSyncDeltaSPBMInvstPortfDefField
impl Sync for CThostFtdcSyncDeltaSPBMInvstPortfDefField
impl Unpin for CThostFtdcSyncDeltaSPBMInvstPortfDefField
impl UnwindSafe for CThostFtdcSyncDeltaSPBMInvstPortfDefField
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