Struct quickfix_ffi::FixApplicationCallbacks_t
source · #[repr(C)]pub struct FixApplicationCallbacks_t {
pub onCreate: extern "C" fn(_: *const c_void, _: FixSessionID_t),
pub onLogon: extern "C" fn(_: *const c_void, _: FixSessionID_t),
pub onLogout: extern "C" fn(_: *const c_void, _: FixSessionID_t),
pub toAdmin: extern "C" fn(_: *const c_void, _: FixMessage_t, _: FixSessionID_t),
pub toApp: extern "C" fn(_: *const c_void, _: FixMessage_t, _: FixSessionID_t) -> i8,
pub fromAdmin: extern "C" fn(_: *const c_void, _: FixMessage_t, _: FixSessionID_t) -> i8,
pub fromApp: extern "C" fn(_: *const c_void, _: FixMessage_t, _: FixSessionID_t) -> i8,
}
Fields§
§onCreate: extern "C" fn(_: *const c_void, _: FixSessionID_t)
§onLogon: extern "C" fn(_: *const c_void, _: FixSessionID_t)
§onLogout: extern "C" fn(_: *const c_void, _: FixSessionID_t)
§toAdmin: extern "C" fn(_: *const c_void, _: FixMessage_t, _: FixSessionID_t)
§toApp: extern "C" fn(_: *const c_void, _: FixMessage_t, _: FixSessionID_t) -> i8
§fromAdmin: extern "C" fn(_: *const c_void, _: FixMessage_t, _: FixSessionID_t) -> i8
§fromApp: extern "C" fn(_: *const c_void, _: FixMessage_t, _: FixSessionID_t) -> i8
Trait Implementations§
source§impl Clone for FixApplicationCallbacks_t
impl Clone for FixApplicationCallbacks_t
source§fn clone(&self) -> FixApplicationCallbacks_t
fn clone(&self) -> FixApplicationCallbacks_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FixApplicationCallbacks_t
impl Debug for FixApplicationCallbacks_t
source§impl PartialEq for FixApplicationCallbacks_t
impl PartialEq for FixApplicationCallbacks_t
source§fn eq(&self, other: &FixApplicationCallbacks_t) -> bool
fn eq(&self, other: &FixApplicationCallbacks_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FixApplicationCallbacks_t
impl Eq for FixApplicationCallbacks_t
impl StructuralPartialEq for FixApplicationCallbacks_t
Auto Trait Implementations§
impl Freeze for FixApplicationCallbacks_t
impl RefUnwindSafe for FixApplicationCallbacks_t
impl Send for FixApplicationCallbacks_t
impl Sync for FixApplicationCallbacks_t
impl Unpin for FixApplicationCallbacks_t
impl UnwindSafe for FixApplicationCallbacks_t
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