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