#[repr(C)]pub struct CThostFtdcTradingNoticeInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub SendTime: TThostFtdcTimeType,
pub FieldContent: TThostFtdcContentType,
pub SequenceSeries: TThostFtdcSequenceSeriesType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§SendTime: TThostFtdcTimeType§FieldContent: TThostFtdcContentType§SequenceSeries: TThostFtdcSequenceSeriesType§SequenceNo: TThostFtdcSequenceNoType§InvestUnitID: TThostFtdcInvestUnitIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcTradingNoticeInfoField
impl Clone for CThostFtdcTradingNoticeInfoField
Source§fn clone(&self) -> CThostFtdcTradingNoticeInfoField
fn clone(&self) -> CThostFtdcTradingNoticeInfoField
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 CThostFtdcTradingNoticeInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcTradingNoticeInfoField
impl RefUnwindSafe for CThostFtdcTradingNoticeInfoField
impl Send for CThostFtdcTradingNoticeInfoField
impl Sync for CThostFtdcTradingNoticeInfoField
impl Unpin for CThostFtdcTradingNoticeInfoField
impl UnwindSafe for CThostFtdcTradingNoticeInfoField
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