#[repr(C)]pub struct CThostFtdcMarketDataAveragePriceField {
pub AveragePrice: TThostFtdcPriceType,
}Fields§
§AveragePrice: TThostFtdcPriceTypeTrait Implementations§
Source§impl Clone for CThostFtdcMarketDataAveragePriceField
impl Clone for CThostFtdcMarketDataAveragePriceField
Source§fn clone(&self) -> CThostFtdcMarketDataAveragePriceField
fn clone(&self) -> CThostFtdcMarketDataAveragePriceField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcMarketDataAveragePriceField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataAveragePriceField
impl RefUnwindSafe for CThostFtdcMarketDataAveragePriceField
impl Send for CThostFtdcMarketDataAveragePriceField
impl Sync for CThostFtdcMarketDataAveragePriceField
impl Unpin for CThostFtdcMarketDataAveragePriceField
impl UnsafeUnpin for CThostFtdcMarketDataAveragePriceField
impl UnwindSafe for CThostFtdcMarketDataAveragePriceField
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