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