#[repr(C)]pub struct CThostFtdcQryRCAMSInstrParameterField {
pub ProductID: TThostFtdcProductIDType,
}Fields§
§ProductID: TThostFtdcProductIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryRCAMSInstrParameterField
impl Clone for CThostFtdcQryRCAMSInstrParameterField
Source§fn clone(&self) -> CThostFtdcQryRCAMSInstrParameterField
fn clone(&self) -> CThostFtdcQryRCAMSInstrParameterField
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 CThostFtdcQryRCAMSInstrParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryRCAMSInstrParameterField
impl RefUnwindSafe for CThostFtdcQryRCAMSInstrParameterField
impl Send for CThostFtdcQryRCAMSInstrParameterField
impl Sync for CThostFtdcQryRCAMSInstrParameterField
impl Unpin for CThostFtdcQryRCAMSInstrParameterField
impl UnwindSafe for CThostFtdcQryRCAMSInstrParameterField
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