pub struct AeronSendChannelLossSupplierFuncLogger;Trait Implementations§
Source§impl AeronSendChannelLossSupplierFuncCallback for AeronSendChannelLossSupplierFuncLogger
impl AeronSendChannelLossSupplierFuncCallback for AeronSendChannelLossSupplierFuncLogger
fn handle_aeron_send_channel_loss_supplier_func( &mut self, endpoint: *mut aeron_send_channel_endpoint_stct, )
impl Send for AeronSendChannelLossSupplierFuncLogger
impl Sync for AeronSendChannelLossSupplierFuncLogger
Auto Trait Implementations§
impl Freeze for AeronSendChannelLossSupplierFuncLogger
impl RefUnwindSafe for AeronSendChannelLossSupplierFuncLogger
impl Unpin for AeronSendChannelLossSupplierFuncLogger
impl UnsafeUnpin for AeronSendChannelLossSupplierFuncLogger
impl UnwindSafe for AeronSendChannelLossSupplierFuncLogger
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