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