#[repr(C)]pub struct CThostFtdcMarketDataBandingPriceField {
pub BandingUpperPrice: TThostFtdcPriceType,
pub BandingLowerPrice: TThostFtdcPriceType,
}Fields§
§BandingUpperPrice: TThostFtdcPriceType§BandingLowerPrice: TThostFtdcPriceTypeTrait Implementations§
Source§impl Clone for CThostFtdcMarketDataBandingPriceField
impl Clone for CThostFtdcMarketDataBandingPriceField
Source§fn clone(&self) -> CThostFtdcMarketDataBandingPriceField
fn clone(&self) -> CThostFtdcMarketDataBandingPriceField
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 CThostFtdcMarketDataBandingPriceField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataBandingPriceField
impl RefUnwindSafe for CThostFtdcMarketDataBandingPriceField
impl Send for CThostFtdcMarketDataBandingPriceField
impl Sync for CThostFtdcMarketDataBandingPriceField
impl Unpin for CThostFtdcMarketDataBandingPriceField
impl UnwindSafe for CThostFtdcMarketDataBandingPriceField
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