pub struct AeronLossGeneratorShouldDropFrameSimpleFuncLogger;Trait Implementations§
Source§impl AeronLossGeneratorShouldDropFrameSimpleFuncCallback for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
impl AeronLossGeneratorShouldDropFrameSimpleFuncCallback for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
fn handle_aeron_loss_generator_should_drop_frame_simple_func( &mut self, address: *const sockaddr_storage, buffer: &[u8], ) -> bool
impl Send for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
impl Sync for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
Auto Trait Implementations§
impl Freeze for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
impl RefUnwindSafe for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
impl Unpin for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
impl UnsafeUnpin for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
impl UnwindSafe for AeronLossGeneratorShouldDropFrameSimpleFuncLogger
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