Struct quickfix_ffi::FixLogCallbacks_t
source · #[repr(C)]pub struct FixLogCallbacks_t {
pub onIncoming: extern "C" fn(data: *const c_void, sessionId: Option<FixSessionID_t>, msg: *const c_char),
pub onOutgoing: extern "C" fn(data: *const c_void, sessionId: Option<FixSessionID_t>, msg: *const c_char),
pub onEvent: extern "C" fn(data: *const c_void, sessionId: Option<FixSessionID_t>, msg: *const c_char),
}
Fields§
§onIncoming: extern "C" fn(data: *const c_void, sessionId: Option<FixSessionID_t>, msg: *const c_char)
§onOutgoing: extern "C" fn(data: *const c_void, sessionId: Option<FixSessionID_t>, msg: *const c_char)
§onEvent: extern "C" fn(data: *const c_void, sessionId: Option<FixSessionID_t>, msg: *const c_char)
Trait Implementations§
source§impl Clone for FixLogCallbacks_t
impl Clone for FixLogCallbacks_t
source§fn clone(&self) -> FixLogCallbacks_t
fn clone(&self) -> FixLogCallbacks_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 FixLogCallbacks_t
impl Debug for FixLogCallbacks_t
source§impl PartialEq for FixLogCallbacks_t
impl PartialEq for FixLogCallbacks_t
source§fn eq(&self, other: &FixLogCallbacks_t) -> bool
fn eq(&self, other: &FixLogCallbacks_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FixLogCallbacks_t
impl Eq for FixLogCallbacks_t
impl StructuralPartialEq for FixLogCallbacks_t
Auto Trait Implementations§
impl Freeze for FixLogCallbacks_t
impl RefUnwindSafe for FixLogCallbacks_t
impl Send for FixLogCallbacks_t
impl Sync for FixLogCallbacks_t
impl Unpin for FixLogCallbacks_t
impl UnwindSafe for FixLogCallbacks_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