#[repr(C)]pub struct CThostFtdcMarketDataBestPriceField {
pub BidPrice1: TThostFtdcPriceType,
pub BidVolume1: TThostFtdcVolumeType,
pub AskPrice1: TThostFtdcPriceType,
pub AskVolume1: TThostFtdcVolumeType,
}Fields§
§BidPrice1: TThostFtdcPriceType§BidVolume1: TThostFtdcVolumeType§AskPrice1: TThostFtdcPriceType§AskVolume1: TThostFtdcVolumeTypeTrait Implementations§
Source§impl Clone for CThostFtdcMarketDataBestPriceField
impl Clone for CThostFtdcMarketDataBestPriceField
Source§fn clone(&self) -> CThostFtdcMarketDataBestPriceField
fn clone(&self) -> CThostFtdcMarketDataBestPriceField
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 CThostFtdcMarketDataBestPriceField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataBestPriceField
impl RefUnwindSafe for CThostFtdcMarketDataBestPriceField
impl Send for CThostFtdcMarketDataBestPriceField
impl Sync for CThostFtdcMarketDataBestPriceField
impl Unpin for CThostFtdcMarketDataBestPriceField
impl UnsafeUnpin for CThostFtdcMarketDataBestPriceField
impl UnwindSafe for CThostFtdcMarketDataBestPriceField
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