pub struct AeronExecutorExecutionCompleteFuncLogger;
Trait Implementations§
Source§impl AeronExecutorExecutionCompleteFuncCallback for AeronExecutorExecutionCompleteFuncLogger
impl AeronExecutorExecutionCompleteFuncCallback for AeronExecutorExecutionCompleteFuncLogger
fn handle_aeron_executor_on_execution_complete_func( &mut self, task: *mut aeron_executor_task_t, ) -> c_int
impl Send for AeronExecutorExecutionCompleteFuncLogger
impl Sync for AeronExecutorExecutionCompleteFuncLogger
Auto Trait Implementations§
impl Freeze for AeronExecutorExecutionCompleteFuncLogger
impl RefUnwindSafe for AeronExecutorExecutionCompleteFuncLogger
impl Unpin for AeronExecutorExecutionCompleteFuncLogger
impl UnwindSafe for AeronExecutorExecutionCompleteFuncLogger
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