#[repr(C)]pub struct CThostFtdcSPBMPortfDefinitionField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub PortfolioDefID: TThostFtdcPortfolioDefIDType,
pub ProdFamilyCode: TThostFtdcInstrumentIDType,
pub IsSPBM: TThostFtdcBoolType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§PortfolioDefID: TThostFtdcPortfolioDefIDType§ProdFamilyCode: TThostFtdcInstrumentIDType§IsSPBM: TThostFtdcBoolTypeTrait Implementations§
Source§impl Clone for CThostFtdcSPBMPortfDefinitionField
impl Clone for CThostFtdcSPBMPortfDefinitionField
Source§fn clone(&self) -> CThostFtdcSPBMPortfDefinitionField
fn clone(&self) -> CThostFtdcSPBMPortfDefinitionField
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 CThostFtdcSPBMPortfDefinitionField
Auto Trait Implementations§
impl Freeze for CThostFtdcSPBMPortfDefinitionField
impl RefUnwindSafe for CThostFtdcSPBMPortfDefinitionField
impl Send for CThostFtdcSPBMPortfDefinitionField
impl Sync for CThostFtdcSPBMPortfDefinitionField
impl Unpin for CThostFtdcSPBMPortfDefinitionField
impl UnwindSafe for CThostFtdcSPBMPortfDefinitionField
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