#[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
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