#[repr(C)]pub struct MarketDataAsk23Field {
pub is_null: bool,
pub AskPrice2: f64,
pub AskVolume2: i32,
pub AskPrice3: f64,
pub AskVolume3: i32,
}
Fields§
§is_null: bool
§AskPrice2: f64
§AskVolume2: i32
§AskPrice3: f64
§AskVolume3: i32
Trait Implementations§
Source§impl Clone for MarketDataAsk23Field
impl Clone for MarketDataAsk23Field
Source§impl Debug for MarketDataAsk23Field
impl Debug for MarketDataAsk23Field
Source§impl Default for MarketDataAsk23Field
impl Default for MarketDataAsk23Field
Source§impl ExternType for MarketDataAsk23Field
impl ExternType for MarketDataAsk23Field
Auto Trait Implementations§
impl Freeze for MarketDataAsk23Field
impl RefUnwindSafe for MarketDataAsk23Field
impl Send for MarketDataAsk23Field
impl Sync for MarketDataAsk23Field
impl Unpin for MarketDataAsk23Field
impl UnwindSafe for MarketDataAsk23Field
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