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