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