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