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