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