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