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