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