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