#[repr(C)]pub struct CThostFtdcMarketDataBid23Field {
pub BidPrice2: TThostFtdcPriceType,
pub BidVolume2: TThostFtdcVolumeType,
pub BidPrice3: TThostFtdcPriceType,
pub BidVolume3: TThostFtdcVolumeType,
}Fields§
§BidPrice2: TThostFtdcPriceType§BidVolume2: TThostFtdcVolumeType§BidPrice3: TThostFtdcPriceType§BidVolume3: TThostFtdcVolumeTypeTrait Implementations§
Source§impl Clone for CThostFtdcMarketDataBid23Field
impl Clone for CThostFtdcMarketDataBid23Field
Source§fn clone(&self) -> CThostFtdcMarketDataBid23Field
fn clone(&self) -> CThostFtdcMarketDataBid23Field
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 CThostFtdcMarketDataBid23Field
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataBid23Field
impl RefUnwindSafe for CThostFtdcMarketDataBid23Field
impl Send for CThostFtdcMarketDataBid23Field
impl Sync for CThostFtdcMarketDataBid23Field
impl Unpin for CThostFtdcMarketDataBid23Field
impl UnwindSafe for CThostFtdcMarketDataBid23Field
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