#[repr(C)]pub struct CThostFtdcQryTraderField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub TraderID: TThostFtdcTraderIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§TraderID: TThostFtdcTraderIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryTraderField
impl Clone for CThostFtdcQryTraderField
Source§fn clone(&self) -> CThostFtdcQryTraderField
fn clone(&self) -> CThostFtdcQryTraderField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcQryTraderField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryTraderField
impl RefUnwindSafe for CThostFtdcQryTraderField
impl Send for CThostFtdcQryTraderField
impl Sync for CThostFtdcQryTraderField
impl Unpin for CThostFtdcQryTraderField
impl UnsafeUnpin for CThostFtdcQryTraderField
impl UnwindSafe for CThostFtdcQryTraderField
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