#[repr(C)]pub struct L2Update {
pub market_id: u64,
pub mid_price: f64,
pub implied_vol: f64,
}Fields§
§market_id: u64§mid_price: f64§implied_vol: f64Trait Implementations§
impl Copy for L2Update
impl StructuralPartialEq for L2Update
Auto Trait Implementations§
impl Freeze for L2Update
impl RefUnwindSafe for L2Update
impl Send for L2Update
impl Sync for L2Update
impl Unpin for L2Update
impl UnsafeUnpin for L2Update
impl UnwindSafe for L2Update
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