Struct FixEngine
#[repr(C)]pub struct FixEngine { /* private fields */ }Expand description
Opaque type for FixEngine (singleton at C++ level)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FixEngine
impl RefUnwindSafe for FixEngine
impl !Send for FixEngine
impl !Sync for FixEngine
impl !Unpin for FixEngine
impl UnwindSafe for FixEngine
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