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