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