#[repr(C)]pub struct Level {
pub px_1e9: u64,
pub sz_1e8: u64,
}Expand description
Single price level in the order book.
Fields§
§px_1e9: u64§sz_1e8: u64Implementations§
Trait Implementations§
impl Copy for Level
Auto Trait Implementations§
impl Freeze for Level
impl RefUnwindSafe for Level
impl Send for Level
impl Sync for Level
impl Unpin for Level
impl UnsafeUnpin for Level
impl UnwindSafe for Level
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