#[repr(C)]pub struct CThostFtdcQryMulticastInstrumentField {
pub TopicID: TThostFtdcInstallIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§TopicID: TThostFtdcInstallIDType§reserve1: TThostFtdcOldInstrumentIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryMulticastInstrumentField
impl Clone for CThostFtdcQryMulticastInstrumentField
Source§fn clone(&self) -> CThostFtdcQryMulticastInstrumentField
fn clone(&self) -> CThostFtdcQryMulticastInstrumentField
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 CThostFtdcQryMulticastInstrumentField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryMulticastInstrumentField
impl RefUnwindSafe for CThostFtdcQryMulticastInstrumentField
impl Send for CThostFtdcQryMulticastInstrumentField
impl Sync for CThostFtdcQryMulticastInstrumentField
impl Unpin for CThostFtdcQryMulticastInstrumentField
impl UnsafeUnpin for CThostFtdcQryMulticastInstrumentField
impl UnwindSafe for CThostFtdcQryMulticastInstrumentField
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