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